ZM
Zooza MCP Server
/explain_data_model
Explain Zooza data model
Returns a structured description of Zooza's domain entities — hierarchy, roles, valid field values (enums), parent/child relationships, and disambiguation rules
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 /explain_data_model for me.
Input
| Field | Type | Description |
|---|---|---|
| entity | string (programme | class | session | booking | attendance | credit) | Return full detail for this entity only. Omit to get the complete hierarchy summary. |
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":"/explain_data_model","input":{}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /explain_data_model -i '{}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/explain_data_model", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.