ZM
Zooza MCP Server
/sessions_find_events
Find events (scheduled sessions)
List **events** (scheduled sessions of classes) in the caller's company. Use this whenever you need to resolve an `event_id` from natural language ("my next cla
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_find_events 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 |
| ids | array | Specific event (session) ids to fetch. Bypasses the upcoming/scheduled defaults so the req |
| from | string | YYYY-MM-DD, inclusive lower bound on event date. To see PAST sessions, set this (e.g. from |
| to | string | YYYY-MM-DD, inclusive upper bound on event date. |
| date | string | YYYY-MM-DD, exact-day match. |
| status | string (scheduled | unplanned | finished | any) | Event lifecycle status. Default "scheduled" (matches dashboard; attendance can only be tra |
| type | string (over_capacity | under_capacity | custom_replacement | rescheduled | substituted | cancelled) | Event-shape filter. "cancelled" surfaces events explicitly cancelled (server-side maps to |
| schedule_id | integer | Restrict to sessions belonging to one class. Resolve with classes_find_classes. |
| course_id | string | Restrict to sessions of one or more programmes (courses). Resolve with classes_find_course |
| trainer_id | string | Restrict to sessions an instructor is connected to (one or more). Resolve with trainers_fi |
| place_id | string | Restrict to sessions at one or more venues (places). Resolve with classes_find_places. |
| room_id | string | Restrict to sessions held in one or more specific rooms within a venue. |
| segment_id | array | Schedule-segment id(s). Pass [0] to match events with NO segment assignment (sentinel). |
| billing_period_id | string | Restrict to sessions in one or more billing periods (term blocks). Resolve with classes_fi |
| sort | string (date_asc | date_desc | event_no_asc | event_no_desc | created_asc | created_desc) | Result ordering. date_asc/date_desc sort by session date; event_no_asc/event_no_desc by ev |
| page | integer | 0-based page index (default 0). |
| page_size | integer | Number of results per page (max 200). |
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_find_events","input":{}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /sessions_find_events -i '{}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/sessions_find_events", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.