{
  "name": "NursingHomeGrade Data Agent",
  "description": "Search, compare, and look up U.S. nursing home quality grades, staffing levels, and inspection deficiencies derived from CMS Care Compare data.",
  "supportedInterfaces": [
    {
      "url": "https://nursinghomegrade.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0.0"
    }
  ],
  "provider": {
    "url": "https://nursinghomegrade.com",
    "organization": "NursingHomeGrade"
  },
  "version": "1.0.0",
  "documentationUrl": "https://nursinghomegrade.com/about",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/html"
  ],
  "skills": [
    {
      "id": "search-nursing-homes",
      "name": "Search Nursing Homes",
      "description": "Search nursing homes by ZIP code and return grades, staffing, and deficiency data.",
      "tags": [
        "healthcare",
        "search",
        "nursing-homes"
      ],
      "examples": [
        "Find nursing homes near ZIP 90210 sorted by grade"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/html"
      ]
    },
    {
      "id": "get-facility-details",
      "name": "Get Facility Details",
      "description": "Get detailed grade, staffing, and inspection information for a specific nursing home facility.",
      "tags": [
        "healthcare",
        "lookup",
        "nursing-homes"
      ],
      "examples": [
        "Get details for CMS certification number 015009"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/html"
      ]
    },
    {
      "id": "compare-facilities",
      "name": "Compare Facilities",
      "description": "Compare multiple nursing homes side by side on grade, staffing, and deficiencies.",
      "tags": [
        "healthcare",
        "comparison",
        "nursing-homes"
      ],
      "examples": [
        "Compare facilities 015009 and 015012"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/html"
      ]
    },
    {
      "id": "find-nearby-facilities",
      "name": "Find Nearby Facilities",
      "description": "Find nursing homes near a geographic coordinate within a given radius.",
      "tags": [
        "healthcare",
        "geo",
        "nursing-homes"
      ],
      "examples": [
        "Find nursing homes within 25 miles of 34.05,-118.24"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "state-rankings",
      "name": "State Rankings",
      "description": "Get aggregate nursing home quality rankings and statistics for a U.S. state.",
      "tags": [
        "healthcare",
        "statistics",
        "nursing-homes"
      ],
      "examples": [
        "Get nursing home quality statistics for California"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/html"
      ]
    }
  ]
}