intake_submit
ActiveTool of Chia Health MCP Server
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
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries