You're viewing a demo portfolio

Join the waitlist
PRSM

consent_text

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Fetch the full text of a specific consent document for patient review. Returns the complete consent document split into titled sections that the agent MUST present to the patient verbatim in the conversation — do not summarize or paraphrase. Includes: consent version number, effective date, section headings and body text, a confirmation prompt the patient should agree to, and withdrawal instructions. Available consent types: telehealth informed consent, compounded medication treatment consent, pharmacy authorization, HIPAA notice of privacy practices, and AI-assisted intake disclosure. The patient must explicitly confirm each consent before the agent can call consent_submit. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "get_consent_textArguments",
  "required": [
    "consent_id"
  ],
  "properties": {
    "consent_id": {
      "type": "string",
      "title": "Consent Id",
      "description": "Consent document ID from consent_list"
    },
    "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 →