You're viewing a demo portfolio

Join the waitlist
PRSM

provider_respond

Active

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

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 →
provider_respond — Chia Health MCP Server — PRSM MCP