Redash MCP Server

get-query

Get details of a specific query

Input Schema

NameRequiredDescriptionDefault
queryIdYesID of the query to get

Input Schema (JSON Schema)

{ "properties": { "queryId": { "description": "ID of the query to get", "type": "number" } }, "required": [ "queryId" ], "type": "object" }