Zooza MCP Server
ZM
Zooza MCP Server
/sessions_add_summary

Add a session summary

Write a post-session summary on one event. Two independent fields: - `public_summary` — visible to attendees / parents via their in-app Zooza feed. Use when th

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_add_summary for me.

Input

FieldTypeDescription
company_idintegerZooza company id to operate against. Optional: if the user has exactly one company, the se
event_id*integerTarget event id (one session of a class). Required.
public_summarystringParent-visible note. Delivered to each attendee's in-app Person_Feed. At least one of publ
internal_summarystringAdmin-only note on the event. Not visible to attendees. At least one of public_summary / i
override_lockedbooleanWhen the event's public summary is locked AND the caller is owner, set this true to write

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_add_summary","input":{"event_id":1}}'
cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /sessions_add_summary -i '{"event_id":1}'
mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/sessions_add_summary", input: {"event_id":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.