order_status
ActiveTool of Chia Health MCP Server
Get the current status of a medication order. Returns status (pending_review, provider_reviewing, approved, needs_info, denied, compounding, shipped, delivered), tracking information, and delivery estimate. Requires authentication.
Parameters schema
{
"type": "object",
"title": "get_order_statusArguments",
"required": [
"order_id"
],
"properties": {
"order_id": {
"type": "string",
"title": "Order Id",
"description": "Order ID from order_create"
},
"bearer_token": {
"type": "string",
"title": "Bearer Token",
"default": "",
"description": "Authentication token for the patient session"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries