You're viewing a demo portfolio

Join the waitlist
PRSM

order_documents

Active

Tool of Chia Health MCP Server

declared in 1.26.0

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

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