ZM
Zooza MCP Server
/labels_mark
Attach or detach a label on a course, schedule, or registration
Attach or detach a label (a named tag) on a Zooza course, schedule, or registration. Set `present: true` to attach (the label is created automatically if it doe
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 /labels_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 |
| object_type* | string (course | schedule | registration) | What kind of thing to tag: 'course', 'schedule', or 'registration'. Zooza labels attach on |
| object_id* | integer | Id of the course/schedule/registration to tag. |
| label* | string | Label name (the whole identity — labels have no colour). Created on first attach. |
| present* | boolean | true = attach the label, false = detach it. |
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":"/labels_mark","input":{"object_type":"course","object_id":1,"label":"...","present":true}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /labels_mark -i '{"object_type":"course","object_id":1,"label":"...","present":true}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/labels_mark", input: {"object_type":"course","object_id":1,"label":"...","present":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.