query_history
Retrieve recent queries executed through ThinAir, including timing, row counts, and status, to monitor query performance and history.
Instructions
Return recent queries executed through ThinAir with timing, row counts, and status. [BUILD tier]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- bin/server.js:108-112 (registration)Tool 'query_history' is registered in the static TOOLS array in the local stdio adapter (bin/server.js). It is a BUILD-tier tool for returning recent queries. However, this file is a static catalog-only adapter — all tool calls (including query_history) return a redirect message pointing to the hosted endpoint. The actual handler logic lives on the server at https://data.thinair.co/mcp (outside this codebase).
name: "query_history", description: "Return recent queries executed through ThinAir with timing, row counts, and status. [BUILD tier]", inputSchema: { type: "object" }, },