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

Get loc_id / Chain Details

The drill-down tool for loc_ids returned by resolve_point and other geography calls. Pass one loc_id, or pass the point result's stack loc_ids together, to retr

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 /loc_id_info for me.

Input

FieldTypeDescription
loc_idstringDaedalMap loc_id, e.g. 'USA-CA'.
loc_idsarrayDaedalMap loc_ids to inspect together, including every loc_id from a resolve_point stack.
include_hierarchybooleanWhen true, include strict stored parent and ancestor data. This never invents a parent edg
include_referencesbooleanWhen true, include known external or side-chain references attached to each loc_id. Defaul
systemsarrayOptional reference systems to include when include_references is true, such as zcta, nws_f
iso3stringOptional country hint for crosswalk artifacts. Defaults to the loc_id country when possibl
target_admin_levelstringAdmin level for crosswalk-backed reverse reference lookup. Inferred when omitted.
min_sharenumberOptional minimum target-area share for reverse overlap references.
limit_per_systemintegerMaximum overlap references to return per bridge/system. Default 10.
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":"/loc_id_info","input":{}}'
cli
npx cracked-ai run -p mcp-com-daedalmap-boundaries -e /loc_id_info -i '{}'
mcp
run_tool({ provider: "mcp-com-daedalmap-boundaries", endpoint: "/loc_id_info", input: {} })

Try it

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