ZM
Zooza MCP Server
/todos_add
Create an operator to-do item
Create a to-do item for a Zooza operator — a task a human needs to action. Give it a `message` and the `to_user_id` of the person it's assigned to. Optionally l
liveunknown~5s typical
mcpzoozamcpserver
$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-zooza-mcp-server /todos_add for me.
Input
| Field | Type | Description |
|---|---|---|
| company_id | integer | Zooza company id to operate against. Optional: if the user has exactly one company, the se |
| message* | string | The task text (≤500 chars). Required. |
| to_user_id* | integer | The Zooza user id of the operator this todo is assigned to. Required. Resolve a person's i |
| entity_type | string (registration | event | course | schedule | payment | scheduled_payment) | Optionally link the todo to a record kind (e.g. 'registration'). Requires entity_id. |
| entity_id | integer | Id of the linked record. Required when entity_type is set. |
| due_date | string | Optional due date, YYYY-MM-DD. |
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-zooza-mcp-server","endpoint":"/todos_add","input":{"message":"...","to_user_id":1}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /todos_add -i '{"message":"...","to_user_id":1}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/todos_add", input: {"message":"...","to_user_id":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.