A
Appendix
/submit_encounter
Submit clinical encounter
Submit a clinical encounter letter to the Appendix physician team for review. The letter should be in Markdown format following the Appendix letter structure. R
liveverifiedunknown~5s typical
mcpprobedappendix
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-appendix-appendix /submit_encounter for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Clinical letter in Markdown format (500-10,000 characters) |
| session_token | string | Token from a previous response to continue the same encounter |
| images | array | Up to 3 images to attach |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-appendix-appendix","endpoint":"/submit_encounter","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-com-appendix-appendix -e /submit_encounter -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-com-appendix-appendix", endpoint: "/submit_encounter", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.