{
  "name": "OptiMobile",
  "description": "Agent-native practice management for UK domiciliary opticians, care homes and healthcare. Manage patients, schedule home visits, compute & record NHS GOS/enhanced-services claims, dispensing, clinical records and prescriptions, recalls and reports.",
  "url": "https://drlcpojpxoltrfiktcno.supabase.co/functions/v1/api",
  "documentationUrl": "https://github.com/CSOAI-ORG/optimobile-practice-hub/blob/main/openapi.yaml",
  "version": "1.0.0",
  "provider": { "organization": "MEOK AI Labs", "url": "https://meok.ai" },
  "capabilities": { "streaming": false, "pushNotifications": false },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "endpoints": {
    "mcp": "https://github.com/CSOAI-ORG/optimobile-practice-hub/tree/main/mcp-server",
    "openapi": "https://github.com/CSOAI-ORG/optimobile-practice-hub/blob/main/openapi.yaml",
    "rest": "https://drlcpojpxoltrfiktcno.supabase.co/functions/v1/api"
  },
  "skills": [
    { "id": "estimate_visit_value", "name": "Estimate domiciliary visit value", "description": "Estimate the NHS value (GBP) of a home/care-home visit for N residents.", "tags": ["nhs", "fees", "domiciliary"], "examples": ["What's the NHS value of an 8-resident care home visit?"] },
    { "id": "gos_claim_fee", "name": "Compute GOS/enhanced-services fee", "description": "Compute the fee for a GOS1, MECS, GERS or POCS claim.", "tags": ["nhs", "gos", "fees"], "examples": ["Fee for a domiciliary GOS1 sight test, first patient?"] },
    { "id": "manage_patients", "name": "Manage patients", "description": "Create and list practice patients (housebound / care-home).", "tags": ["patients", "crm"], "examples": ["Add patient Edith Smith at Oakland Care Home."] },
    { "id": "schedule_visit", "name": "Schedule a domiciliary visit", "description": "Book a home/care-home visit with an auto-estimated NHS value.", "tags": ["scheduling", "domiciliary"], "examples": ["Schedule a visit to Oakland Care Home next Tuesday for 8 residents."] },
    { "id": "record_claim", "name": "Record a GOS claim", "description": "Record a GOS/enhanced-services claim with a server-computed fee.", "tags": ["nhs", "gos", "claims"], "examples": ["Record a domiciliary GOS1 claim for patient X."] },
    { "id": "manage_dispensing", "name": "Dispensing", "description": "Record frames/lenses/voucher dispensing and track status.", "tags": ["dispensing", "retail"], "examples": ["Add a £200 frames order for patient X with an NHS voucher."] },
    { "id": "clinical_records", "name": "Clinical records & prescriptions", "description": "Record clinical examination findings and optical prescriptions (Rx).", "tags": ["clinical", "rx"], "examples": ["Record an Rx of R +2.00/-0.75x180 add +2.50 for patient X."] },
    { "id": "recalls", "name": "Recalls", "description": "Identify patients due/overdue for a sight test (24-month recall).", "tags": ["recalls", "revenue"], "examples": ["Which patients are overdue for a sight test?"] }
  ]
}
