DashboardsRead-only

Preview query

preview_query

Run a query against the current snapshot and return up to 5000 rows. Unavailable in environments without a render plane wired.

Parameters

ParameterTypeRequiredDescription
queryIdstringrequiredInput for queryId.
paramsobjectoptionalInput for params.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "preview_query",
"arguments": {
"queryId": "queryId_123"
}
}

Use this tool in

Related Dashboards tools