DG
DaedalMap Geographic Data Intelligence
/resolve_loc_id_scope
Resolve loc_id Scope
Strict hierarchy traversal. Given one stored parent loc_id and target admin level, returns descendants from that coherent parent chain. This is not the mixed-vi
liveverifiedunknown~5s typical
mcpprobeddaedalmapgeographicdata
$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-county-map /resolve_loc_id_scope for me.
Input
| Field | Type | Description |
|---|---|---|
| parent_loc_id | string | Parent DaedalMap loc_id, such as USA or CAN-BC. |
| admin_level | string | Target level, such as admin_2, 2, county, or state. |
| scope | object | |
| bbox | string | Optional minLon,minLat,maxLon,maxLat filter. |
| limit | integer | Maximum rows to return inline. Counts are returned even when rows are truncated. |
| offset | integer | Offset for preview paging. |
| count_only | boolean | When true, return counts without loc_id rows. |
| request_id | string | Optional 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-county-map","endpoint":"/resolve_loc_id_scope","input":{}}'cli
npx cracked-ai run -p mcp-com-daedalmap-county-map -e /resolve_loc_id_scope -i '{}'mcp
run_tool({ provider: "mcp-com-daedalmap-county-map", endpoint: "/resolve_loc_id_scope", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.