You're viewing a demo portfolio

Join the waitlist
PRSM

consent_list

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Get the list of all consent documents a patient must accept before ordering medication. Returns consent IDs, titles, summaries, and order of presentation. Required consents include: telehealth informed consent, compounded medication treatment consent, pharmacy authorization, HIPAA notice of privacy practices, and AI-assisted intake disclosure. Each consent must be fetched individually via consent_text and confirmed by the patient before proceeding. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "get_required_consentsArguments",
  "required": [
    "intake_id"
  ],
  "properties": {
    "intake_id": {
      "type": "string",
      "title": "Intake Id",
      "description": "Intake ID to get required consents 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 →