ZM
Zooza MCP Server
/sessions_get_attendance
View attendance for one class session
Read who's enrolled in **one event** (a single session of a class) and their current attendance, so you can show the list and then mark it. Pass an `event_id`;
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_get_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. |
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_get_attendance","input":{"event_id":1}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /sessions_get_attendance -i '{"event_id":1}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/sessions_get_attendance", input: {"event_id":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.