portal_message
ActiveTool of Chia Health MCP Server
Send a message to the patient's healthcare provider. Returns sent confirmation and estimated response time. Urgent messages (containing keywords like 'emergency', 'chest pain', 'difficulty breathing') are flagged for priority response. Requires authentication.
Parameters schema
{
"type": "object",
"title": "message_providerArguments",
"required": [
"patient_id",
"message"
],
"properties": {
"message": {
"type": "string",
"title": "Message",
"description": "Message text to send to the healthcare provider"
},
"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