{
  "name": "fastphotoframe.com",
  "version": "1.0.0",
  "description": "Resolution-first archive agent for public-domain paintings, NASA stills, and print-ready scans.",
  "url": "https://fastphotoframe.com/a2a",
  "protocolVersion": "0.3.0",
  "supportedInterfaces": [
    {
      "url": "https://fastphotoframe.com/a2a",
      "protocol": "JSONRPC",
      "transport": "HTTP"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "securitySchemes": {
    "none": {
      "type": "none"
    }
  },
  "skills": [
    {
      "id": "search-works",
      "name": "Search works",
      "description": "Find catalogued scans by title, artist, series, NASA ID, or keywords.",
      "tags": [
        "collection",
        "search"
      ]
    },
    {
      "id": "get-work",
      "name": "Get work",
      "description": "Return one work’s PPI, pixels, image URL, and museum record."
    },
    {
      "id": "list-series",
      "name": "List series",
      "description": "List archive rows and work counts."
    }
  ]
}
