You're viewing a demo portfolio

Join the waitlist
PRSM

consent_status

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Check whether all required consents are complete for a patient intake. Returns status of each consent and whether the patient can proceed to ordering. This is a gate — order_create will reject if consents are incomplete. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "get_consent_statusArguments",
  "required": [
    "intake_id"
  ],
  "properties": {
    "intake_id": {
      "type": "string",
      "title": "Intake Id",
      "description": "Intake ID to check consent completion 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 →