DaedalMap Administrative Boundaries (loc_id to polygon)
DA
DaedalMap Administrative Boundaries (loc_id to polygon)
/check_geometry

Check loc_id Geometry Availability

Fast shape-only preflight for one loc_id or a bounded loc_id list. Reports whether each exact identity has reusable geometry and its geometry vintage; it does n

liveverifiedunknown~5s typical
mcpprobeddaedalmapadministrativeboundaries
$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-com-daedalmap-boundaries /check_geometry for me.

Input

FieldTypeDescription
loc_idstringDaedalMap loc_id to check for available geometry.
loc_idsarrayDaedalMap loc_ids to check for available geometry. Default public cap is deployment-config
batch_idstringOptional caller-supplied batch id for tracing.
request_idstringOptional caller-supplied request id for tracing.

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

Try it

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