{
  "protocolVersion": "0.2.0",
  "name": "dr-maggie-geller",
  "description": "Agent representing Dr. Maggie Geller, OD — Doctor of Optometry specializing in myopia management and dry eye therapy.",
  "version": "0.1.0",
  "url": "https://mcp.maggiegeller.com/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://mcp.maggiegeller.com/mcp",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Dr. Maggie Geller, OD",
    "url": "https://www.maggiegeller.com/"
  },
  "documentationUrl": "https://www.maggiegeller.com/",
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "mg_get_info",
      "name": "Get practice information",
      "description": "Return a structured overview of Dr. Maggie Geller's optometry practice: specialties, locations, credentials, and booking info.",
      "tags": ["information", "optometry", "eye-care"],
      "examples": [
        "Where does Dr. Maggie Geller practice?",
        "Does Dr. Geller offer myopia management for children?",
        "What languages does Dr. Geller speak?"
      ]
    },
    {
      "id": "mg_request_appointment",
      "name": "Request an appointment",
      "description": "Submit an appointment request for an eye exam, myopia consult, dry eye consult, or contact lens fitting. Sends an email to the office; staff follows up to schedule.",
      "tags": ["booking", "optometry", "appointment"],
      "examples": [
        "Book an eye exam for next week in West Vancouver.",
        "Request a dry eye consult with Dr. Geller.",
        "Schedule a myopia consult for my 9-year-old."
      ]
    }
  ]
}
