portal_care_plan
ActiveTool of Chia Health MCP Server
Get the patient's current care plan including: current medication, current dosage, titration schedule, next dose adjustment date, upcoming refill date, provider notes, and weight progress summary. Requires authentication.
Parameters schema
{
"type": "object",
"title": "get_care_planArguments",
"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