provider_questions
ActiveTool of Chia Health MCP Server
Get follow-up questions from the healthcare provider for a specific order. The provider may request additional information before making a prescribing decision. Returns the questions if the order status is 'needs_info', or a message that no questions are pending. Requires authentication.
Parameters schema
{
"type": "object",
"title": "get_provider_questionsArguments",
"required": [
"order_id"
],
"properties": {
"order_id": {
"type": "string",
"title": "Order Id",
"description": "Order ID to get provider questions 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