ZM
Zooza MCP Server
/todos_mark
Change the status of a to-do item
Change the status of a to-do item: `done` (completed), `cancelled` (won't do), or `open` (reopen). Only OPEN todos can be marked `done` or `cancelled`; a `done`
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_mark 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 |
| todo_id* | integer | Id of the todo to update. |
| status* | string (open | done | cancelled) | Target status: 'open', 'done', or 'cancelled'. |
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_mark","input":{"todo_id":1,"status":"open"}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /todos_mark -i '{"todo_id":1,"status":"open"}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/todos_mark", input: {"todo_id":1,"status":"open"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.