{
  "protocolVersion": "0.3.0",
  "name": "smry Public Reader",
  "description": "Read, search, and cite exact public source URLs as clean source-grounded text.",
  "url": "https://r.smry.ai/a2a",
  "preferredTransport": "HTTP+JSON",
  "version": "1.0.0",
  "provider": {
    "organization": "smry",
    "url": "https://smry.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "read-public-source",
      "name": "Read a public source",
      "description": "Retrieve an exact public article, PDF, or supported YouTube URL as clean text with stable paragraph citations.",
      "tags": [
        "reading",
        "source-grounding",
        "citations",
        "research"
      ],
      "examples": [
        "Read and summarize https://example.com/article",
        "Find the paragraphs in this source that support the claim"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
