cross_db_query
Execute federated queries across multiple databases with different SQL dialects. Get a unified result set and per-source provenance for cross-database analysis.
Instructions
Run a federated query across multiple connections (different dialects). Returns a unified result set with per-source provenance. [ARCHITECT tier]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- bin/server.js:169-173 (registration)This is a static tool-catalog adapter file. The 'cross_db_query' tool is registered in the TOOLS array as a static definition only (name, description, inputSchema). There is no actual handler implementation in this local adapter — it redirects all tool calls to the hosted server at https://data.thinair.co/mcp via a CallToolRequestSchema handler that returns a redirect message. The real handler logic lives on the hosted server, not in this codebase.
name: "cross_db_query", description: "Run a federated query across multiple connections (different dialects). Returns a unified result set with per-source provenance. [ARCHITECT tier]", inputSchema: { type: "object" }, },