pilot_query
Query a specialist agent for structured data via its /data command. Returns JSON, supports filters, and can limit large replies to avoid truncation.
Instructions
Query a specialist for structured data using its /data command. Use pilot_help first to learn what filter parameters it accepts. Reply is JSON. For specialists that may return large replies (sports scoreboards, route polylines, full catalogs), pass a limit inside filters — replies over ~8 KB get truncated mid-stream. For digests of large datasets, use pilot_summary instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | Specialist hostname. | |
| filters | No | Filter parameters as documented in the specialist's /help reply. Pass {} for the default query. Always include `limit` for specialists that return lists. |