consent_status
ActiveTool of Chia Health MCP Server
Check whether all required consents are complete for a patient intake. Returns status of each consent and whether the patient can proceed to ordering. This is a gate — order_create will reject if consents are incomplete. Requires authentication.
Parameters schema
{
"type": "object",
"title": "get_consent_statusArguments",
"required": [
"intake_id"
],
"properties": {
"intake_id": {
"type": "string",
"title": "Intake Id",
"description": "Intake ID to check consent completion for"
},
"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