DD
DaedalMap Distributed Manufacturing Locations
/query_dataset
Query Dataset
Generic structured query for direct source_id or pack_id access using the same contract as POST /api/v1/query/dataset. Free packs: currency, distributed_manufac
liveverifiedunknown~5s typical
mcpprobeddaedalmapdistributedmanufacturing
$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-distributed-manufacturing /query_dataset for me.
Input
| Field | Type | Description |
|---|---|---|
| request_id | string | Optional caller-supplied request id for tracing and idempotency. |
| source_id | string | Concrete source id such as 'earthquakes_events', 'volcanoes_events', 'hurricanes_events', |
| pack_id | string | Pack identifier from get_catalog. Newly catalog-admitted packs require no MCP schema chang |
| metrics | array | Metric ids to return. Use event_count for aggregate counts when supported. |
| filters | object | Structured filters including time, region_ids, and compare clauses. |
| sort | string | Optional sort instructions for row-returning queries. |
| limit | integer | Maximum number of rows to return for the requested source or pack. |
| output | object | Optional output controls such as response format hints. |
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-distributed-manufacturing","endpoint":"/query_dataset","input":{}}'cli
npx cracked-ai run -p mcp-com-daedalmap-distributed-manufacturing -e /query_dataset -i '{}'mcp
run_tool({ provider: "mcp-com-daedalmap-distributed-manufacturing", endpoint: "/query_dataset", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.