MoveHome.org Property Agent
https://movehome.org/api/a2askills: {'id': 'search_properties', 'name': 'Search properties', 'description': 'Search the MoveHome.org catalogue by location (UN/LOCODE), service type (long_term, short_term, sale), property type, bedrooms, and maximum price. Returns a paginated list of public listing cards.', 'tags': ['property', 'search', 'real-estate', 'lettings', 'sales'], 'examples': ['Find 2-bedroom long-term rentals in London under £3000 pcm', 'Search for flats for sale in GBLON with a maximum price of 750000'], 'input_modes': None, 'output_modes': None}, {'id': 'get_property', 'name': 'Get property', 'description': 'Retrieve the full public card for a single listing by its raia_id (e.g. prop-gb-acme-12345678), including price, location, features and media.', 'tags': ['property', 'detail', 'real-estate'], 'examples': ['Get the details for listing prop-gb-rlf-04827193'], 'input_modes': None, 'output_modes': None}, {'id': 'create_enquiry', 'name': 'Create enquiry', 'description': 'Submit an enquiry against a listing on behalf of a prospective tenant or buyer. The enquiry is recorded and forwarded to the source estate agent. Requires enquirer name, email and a message; an optional viewing request with preferred dates may be included.', 'tags': ['property', 'enquiry', 'lead', 'transact', 'viewing'], 'examples': ['Enquire about prop-gb-rlf-04827193 for Jane Doe ([email protected]): "Is this still available and can we view it on Saturday?"'], 'input_modes': None, 'output_modes': None}; conformance: fail
How to connect
https://movehome.org/api/a2a
curl -X POST https://movehome.org/api/a2a \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'