Distilla

Try itStep 6 of 8

Try a call

Pick a tool, edit the JSON, run it against the demo.

Read one page of rows from one entity. Required: entity. Picking an entity replaces the body with a draft for it.

curl -s -X POST https://staging-agent2-mcp-shim-658691628705.us-central1.run.app/tools/query_entity \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"entity":"company","select":["id","name","symbol"],"filters":[{"field":"symbol","op":"IN","value":["NVDA","AAPL"]}],"limit":5}'

Result

The JSON result lands here after Run.