Skip to main content
Glama

Redash MCP Server

by jasonsmithj

execute_query_and_wait

Execute SQL queries on Redash data sources and retrieve results by specifying query text, data source ID, and optional cache settings.

Instructions

Execute a SQL query and wait for the result

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL query to execute
data_source_idYesThe ID of the data source to query
max_ageNoMaximum age of cached results in seconds

Input Schema (JSON Schema)

{ "properties": { "data_source_id": { "description": "The ID of the data source to query", "minimum": 1, "type": "number" }, "max_age": { "description": "Maximum age of cached results in seconds", "minimum": 0, "type": "number" }, "query": { "description": "The SQL query to execute", "minLength": 1, "type": "string" } }, "required": [ "query", "data_source_id" ], "type": "object" }

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/jasonsmithj/redash-mcp'

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