DaedalMap Geographic Data Intelligence
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

FieldTypeDescription
parent_loc_idstringParent DaedalMap loc_id, such as USA or CAN-BC.
admin_levelstringTarget level, such as admin_2, 2, county, or state.
scopeobject
bboxstringOptional minLon,minLat,maxLon,maxLat filter.
limitintegerMaximum rows to return inline. Counts are returned even when rows are truncated.
offsetintegerOffset for preview paging.
count_onlybooleanWhen true, return counts without loc_id rows.
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-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.