Skip to main content
Glama

Redash MCP Server

by suthio

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" }
Install Server

Other Tools from Redash MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/suthio/redash-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server