You're viewing a demo portfolio

Join the waitlist
PRSM

intake_submit

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Submit a completed medical intake questionnaire for provider review. All fields from intake_questions must be completed. Returns an intake ID and estimated provider review time. The intake is reviewed by a licensed US healthcare provider who makes all prescribing decisions. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "submit_intakeArguments",
  "required": [
    "patient_email",
    "patient_name",
    "intake_answers"
  ],
  "properties": {
    "bearer_token": {
      "type": "string",
      "title": "Bearer Token",
      "default": "",
      "description": "Authentication token for the patient session"
    },
    "patient_name": {
      "type": "string",
      "title": "Patient Name",
      "description": "Patient's full legal name"
    },
    "patient_email": {
      "type": "string",
      "title": "Patient Email",
      "description": "Patient's email address"
    },
    "intake_answers": {
      "type": "object",
      "title": "Intake Answers",
      "description": "Completed intake questionnaire answers from intake_questions",
      "additionalProperties": true
    }
  }
}

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