portal_log_weight
ActiveTool of Chia Health MCP Server
declared in 1.26.0
Log a patient's weight for tracking progress on their treatment plan. Requires patient_id, weight in pounds, and date (ISO 8601). Requires authentication.
Parameters schema
{
"type": "object",
"title": "log_weightArguments",
"required": [
"patient_id",
"weight_lbs",
"date"
],
"properties": {
"date": {
"type": "string",
"title": "Date",
"description": "Date of weight measurement in ISO 8601 format (YYYY-MM-DD)"
},
"patient_id": {
"type": "string",
"title": "Patient Id",
"description": "Patient ID"
},
"weight_lbs": {
"type": "number",
"title": "Weight Lbs",
"description": "Weight in pounds"
},
"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