Skip to content
Back to MoveHome.org Property Agent

Card snapshot

movehome.org · 2026-06-11 23:38:19 UTC · f0b70b9c4f044dfb4a581e0d9b6721bfa30873655660184c9824b9fb0cadfd64

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "MoveHome.org Property Agent",
  "description": "Agent-to-agent access to the MoveHome.org property catalogue. Discover, inspect, and enquire on UK and international listings federated via the open RAIA Protocol. Read-only search and listing retrieval are anonymous; enquiries are forwarded to the source estate agent.",
  "url": "https://movehome.org/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "0.1.0",
  "provider": {
    "organization": "Move Home Organisation CIC",
    "url": "https://movehome.org"
  },
  "documentationUrl": "https://movehome.org/docs/raia-a2a-api",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "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 \u00a33000 pcm",
        "Search for flats for sale in GBLON with a maximum price of 750000"
      ]
    },
    {
      "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"
      ]
    },
    {
      "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 (jane@example.com): \"Is this still available and can we view it on Saturday?\""
      ]
    }
  ]
}