World Monitor
WM
World Monitor
/get_toronto_calls_attended

get toronto calls attended

Bounded Toronto Police Service Calls for Service Attended annual aggregates.

liveunknown~5s typical
mcpworldmonitor
$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-worldmonitor-mcp /get_toronto_calls_attended for me.

Input

FieldTypeDescription
yearnumberExact event year.
divisionstringCase-insensitive original or final TPS division filter.
neighbourhoodstringCase-insensitive neighbourhood filter.
limitnumberMaximum rows to return, from 1 to 100 (default 50).
summarybooleanReturn counts + 3-item samples instead of full lists. Useful when you only need shape/size
jmespathstringOptional JMESPath projection applied to the response. See initialize.instructions for gram

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-worldmonitor-mcp","endpoint":"/get_toronto_calls_attended","input":{}}'
cli
npx cracked-ai run -p mcp-app-worldmonitor-mcp -e /get_toronto_calls_attended -i '{}'
mcp
run_tool({ provider: "mcp-app-worldmonitor-mcp", endpoint: "/get_toronto_calls_attended", input: {} })

Try it

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