portal_refill
ActiveTool of Chia Health MCP Server
declared in 1.26.0
Request a medication refill for the patient's current prescription. Creates a refill order that will be reviewed by a provider within 24-48 hours. Requires authentication.
Parameters schema
{
"type": "object",
"title": "request_refillArguments",
"required": [
"patient_id"
],
"properties": {
"patient_id": {
"type": "string",
"title": "Patient Id",
"description": "Patient ID"
},
"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