AgentNative Data Exchange
AD
AgentNative Data Exchange
/request_dataset_materialization

Make a discovered dataset query-ready

Queue a discovered official dataset for prioritized detached ingestion. This free idempotent operation returns a durable job ID; poll get_materialization_status

liveverifiedunknown~5s typical
mcpprobedagentnativedataexchange
$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-cazimedia-agentnative-data-exchange /request_dataset_materialization for me.

Input

FieldTypeDescription
discovered_dataset_id*stringExact catalog ID returned by search_discovered_datasets.

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-cazimedia-agentnative-data-exchange","endpoint":"/request_dataset_materialization","input":{"discovered_dataset_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-cazimedia-agentnative-data-exchange -e /request_dataset_materialization -i '{"discovered_dataset_id":"..."}'
mcp
run_tool({ provider: "mcp-com-cazimedia-agentnative-data-exchange", endpoint: "/request_dataset_materialization", input: {"discovered_dataset_id":"..."} })

Try it

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