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
| Field | Type | Description |
|---|---|---|
| loc_id | string | DaedalMap loc_id, e.g. 'USA-CA'. |
| loc_ids | array | DaedalMap loc_ids to inspect together, including every loc_id from a resolve_point stack. |
| include_hierarchy | boolean | When true, include strict stored parent and ancestor data. This never invents a parent edg |
| include_references | boolean | When true, include known external or side-chain references attached to each loc_id. Defaul |
| systems | array | Optional reference systems to include when include_references is true, such as zcta, nws_f |
| iso3 | string | Optional country hint for crosswalk artifacts. Defaults to the loc_id country when possibl |
| target_admin_level | string | Admin level for crosswalk-backed reverse reference lookup. Inferred when omitted. |
| min_share | number | Optional minimum target-area share for reverse overlap references. |
| limit_per_system | integer | Maximum overlap references to return per bridge/system. Default 10. |
| batch_id | string | Optional caller-supplied batch id for tracing. |
| 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-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.