ZM
Zooza MCP Server
/sessions_mark_attendance
Mark per-attendee attendance on one event
Record per-attendee attendance for **one event** (a single session of a class — e.g. "Monday Ballet on 2026-06-03 at 09:00"). Pass an `event_id` and a list of a
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 /sessions_mark_attendance 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 |
| event_id* | integer | Target event id (one session of a class). Required. |
| attendees* | array | Per-attendee marks. At least one item required. Each item targets ONE attendee on the even |
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":"/sessions_mark_attendance","input":{"event_id":1,"attendees":[]}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /sessions_mark_attendance -i '{"event_id":1,"attendees":[]}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/sessions_mark_attendance", input: {"event_id":1,"attendees":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.