{
  "protocolVersion": "0.3.0",
  "name": "propertysurvey.pro agent",
  "description": "A2A agent for PropertySurvey Pro (propertysurvey.pro): answers with a structured overview of the product — features, pages and how to get in touch.",
  "url": "https://propertysurvey.pro/a2a",
  "preferredTransport": "JSONRPC",
  "provider": { "organization": "PropertySurvey Pro", "url": "https://propertysurvey.pro" },
  "version": "1.0.0",
  "documentationUrl": "https://propertysurvey.pro/llms.txt",
  "capabilities": { "streaming": false, "pushNotifications": false, "stateTransitionHistory": false },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/plain"],
  "skills": [
    {
      "id": "site_overview",
      "name": "Site overview",
      "description": "Returns a structured Markdown overview of PropertySurvey Pro: features, public pages and how to get in touch.",
      "tags": ["overview", "product", "property-survey", "software"],
      "examples": ["What does PropertySurvey Pro do?", "What features do you offer?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
