You're viewing a demo portfolio

Join the waitlist
PRSM

order_upload

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Upload a verification document for a medication order. Accepts photo ID and selfie as base64-encoded files. Supported formats: PDF, JPEG, PNG. Maximum size: 10MB. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "upload_documentArguments",
  "required": [
    "order_id",
    "document_type",
    "file_base64",
    "file_name"
  ],
  "properties": {
    "order_id": {
      "type": "string",
      "title": "Order Id",
      "description": "Order ID to upload document for"
    },
    "file_name": {
      "type": "string",
      "title": "File Name",
      "description": "Original filename with extension (e.g. 'license.jpg')"
    },
    "file_base64": {
      "type": "string",
      "title": "File Base64",
      "description": "Base64-encoded file content (PDF, JPEG, or PNG, max 10MB)"
    },
    "bearer_token": {
      "type": "string",
      "title": "Bearer Token",
      "default": "",
      "description": "Authentication token for the patient session"
    },
    "document_type": {
      "type": "string",
      "title": "Document Type",
      "description": "Document type: 'photo_id' or 'selfie'"
    }
  }
}

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 →