TD
Toofi Dental Planning MCP
/get_dental_plan_operation_status
Get dental plan operation status
Poll a Toofi headless treatment-plan operation until AI planning is completed and ready for presentation/PDF delivery.
liveunknown~5s typical
mcptoofidentalplanning
$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-app-toofi-dental-planning /get_dental_plan_operation_status for me.
Input
| Field | Type | Description |
|---|---|---|
| request_id | string | Idempotency and correlation id echoed in Toofi responses. |
| intent_id | string | Root agent intent id. |
| mandate_id | string | Clinic or agent mandate id. Optional in public demo mode. |
| agent_id | string | Calling agent identifier. |
| principal_id | string | Human or clinic principal on whose behalf the agent acts. |
| clinic_id | string | Clinic identifier for mandate-scoped production execution. |
| runtime_session_token | string | Toofi runtime actor token for service-user scoped execution. May also be supplied as x-too |
| session_token | string | Alias for runtime_session_token. |
| agent_key | string | Toofi agent API key. May also be supplied as X-Toofi-Agent-Key header. |
| toofi_agent_key | string | Alias for agent_key. |
| plan_id* | string | Toofi plan id returned by generate_dental_treatment_plan_pdf. |
| operation_id* | string | Operation id returned by generate_dental_treatment_plan_pdf. |
| patient_id | string | Patient id returned by generate_dental_treatment_plan_pdf. |
| include_pdf | boolean | When true, completed operations return a signed presentation PDF URL. default true |
| presentation | object |
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-app-toofi-dental-planning","endpoint":"/get_dental_plan_operation_status","input":{"plan_id":"...","operation_id":"...","include_pdf":true}}'cli
npx cracked-ai run -p mcp-app-toofi-dental-planning -e /get_dental_plan_operation_status -i '{"plan_id":"...","operation_id":"...","include_pdf":true}'mcp
run_tool({ provider: "mcp-app-toofi-dental-planning", endpoint: "/get_dental_plan_operation_status", input: {"plan_id":"...","operation_id":"...","include_pdf":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.