{
  "specVersion": "1.0",
  "host": {
    "displayName": "ezGLP",
    "identifier": "https://ezglp.app",
    "documentationUrl": "https://ezglp.app/plugins/ezglp",
    "logoUrl": "https://ezglp.app/icons/ezglp-favicon.png"
  },
  "entries": [
    {
      "identifier": "urn:air:ezglp.app:server:mcp",
      "displayName": "ezGLP MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://ezglp.app/.well-known/mcp/server-card.json",
      "capabilities": [
        "DoseRecords",
        "InventoryRecords",
        "WellnessRecords",
        "Reports"
      ],
      "description": "Scoped access to caller-owned ezGLP medicine and wellness records. Authentication is required.",
      "representativeQueries": [
        "show my recorded doses and upcoming schedule",
        "summarize my ezGLP inventory and wellness records"
      ]
    },
    {
      "identifier": "urn:air:ezglp.app:skills:index",
      "displayName": "ezGLP Agent Skills",
      "type": "application/json",
      "url": "https://ezglp.app/.well-known/agent-skills/index.json",
      "capabilities": [
        "AgentSkills",
        "MedicineRecordKeeping"
      ],
      "description": "Discovery index for task-specific ezGLP Agent Skills.",
      "representativeQueries": [
        "how can an agent work with my ezGLP records",
        "find the ezGLP skill for doses or inventory"
      ]
    }
  ]
}
