You're viewing a demo portfolio

Join the waitlist
PRSM

provider_questions

Active

Tool of Chia Health MCP Server

declared in 1.26.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chia Health MCP Server

https://github.com/chia-health/chia-mcp

2/7 registries
View full server →