Redash MCP Server

execute-query

Run data queries on Redash using query IDs, pass optional parameters, and retrieve results directly for analysis or integration with AI assistants.

Instructions

Execute a Redash query and return results

Input Schema

NameRequiredDescriptionDefault
parametersNoParameters to pass to the query (if any)
queryIdYesID of the query to execute

Input Schema (JSON Schema)

{ "properties": { "parameters": { "additionalProperties": true, "description": "Parameters to pass to the query (if any)", "type": "object" }, "queryId": { "description": "ID of the query to execute", "type": "number" } }, "required": [ "queryId" ], "type": "object" }

You must be authenticated.

Other Tools from Redash MCP Server

Related Tools

ID: j9bl90s3tw