provider_respond
ActiveTool of Chia Health MCP Server
declared in 1.26.0
Submit answers to provider follow-up questions for a specific order. The responses are sent to the provider for review. Returns confirmation and updated order status. Requires authentication.
Parameters schema
{
"type": "object",
"title": "submit_provider_responseArguments",
"required": [
"order_id",
"answers"
],
"properties": {
"answers": {
"type": "object",
"title": "Answers",
"description": "Answers to the provider's follow-up questions keyed by question ID",
"additionalProperties": true
},
"order_id": {
"type": "string",
"title": "Order Id",
"description": "Order ID to submit responses 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