DaedalMap Distributed Manufacturing Locations
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

FieldTypeDescription
request_idstringOptional caller-supplied request id for tracing and idempotency.
source_idstringConcrete source id such as 'earthquakes_events', 'volcanoes_events', 'hurricanes_events',
pack_idstringPack identifier from get_catalog. Newly catalog-admitted packs require no MCP schema chang
metricsarrayMetric ids to return. Use event_count for aggregate counts when supported.
filtersobjectStructured filters including time, region_ids, and compare clauses.
sortstringOptional sort instructions for row-returning queries.
limitintegerMaximum number of rows to return for the requested source or pack.
outputobjectOptional 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.