Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.medera.info/llms.txt

Use this file to discover all available pages before exploring further.

Grace’s system prompt registers 4 function calls. The Vapi orchestrator invokes them and routes the function output back into the conversation.
FunctionParametersPurpose
verify_identitypatient_id, verification_data2-of-3 ID confirmation (DOB, address, SSN last 4)
document_symptomsymptom_description, severity_level, onset_dateCapture chief complaint
flag_for_reviewreason, urgency_levelFlag for clinical review queue
escalate_urgentescalation_reason, call_actionHard escalation for emergencies (no agent gating)
These functions persist their effects via the backend /api/intake-calls/{id}/tasks endpoint.