DO
DriveBC's Open511 API
/areas
Lists the geographical areas (e.g. districts) that can be used to filter events.
Lists the geographical areas (e.g. districts) that can be used to filter events.
liveunknown~3s typical
resourcesdrivebc's
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-gov-bc-ca-open511 /areas for me.
Input
| Field | Type | Description |
|---|---|---|
| format | string (json | xml) | The format of the response default "json" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-gov-bc-ca-open511","endpoint":"/areas","input":{"format":"json"}}'cli
npx cracked-ai run -p oa-gov-bc-ca-open511 -e /areas -i '{"format":"json"}'mcp
run_tool({ provider: "oa-gov-bc-ca-open511", endpoint: "/areas", input: {"format":"json"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.