You're viewing a demo portfolio

Join the waitlist
PRSM

medications_availability

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Check if a specific medication is available for shipping to the patient's state. Some compounded medications have state-specific restrictions based on pharmacy licensing. Returns availability status and reason if unavailable.

Parameters schema

{
  "type": "object",
  "title": "check_availabilityArguments",
  "required": [
    "medication",
    "state"
  ],
  "properties": {
    "state": {
      "type": "string",
      "title": "State",
      "description": "US state abbreviation (e.g. 'CA', 'NY', 'TX')"
    },
    "client_ip": {
      "type": "string",
      "title": "Client Ip",
      "default": "",
      "description": "Client IP address for rate limiting"
    },
    "medication": {
      "type": "string",
      "title": "Medication",
      "description": "Medication name to check availability for"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chia Health MCP Server

https://github.com/chia-health/chia-mcp

2/7 registries
View full server →
medications_availability — Chia Health MCP Server — PRSM MCP