order_documents
ActiveTool of Chia Health MCP Server
Get the list of documents a patient needs to upload for their order. Returns required documents (photo ID, selfie for verification) with upload status and accepted file formats. Requires authentication.
Parameters schema
{
"type": "object",
"title": "get_required_documentsArguments",
"required": [
"order_id"
],
"properties": {
"order_id": {
"type": "string",
"title": "Order Id",
"description": "Order ID to check required documents 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