Skip to main content
Glama
jasonsmithj

Redash MCP Server

by jasonsmithj

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDASH_API_KEYYesYour Redash API key
REDASH_BASE_URLYesRedash instance URL
REDASH_API_TIMEOUTNoAPI request timeout (milliseconds)30000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_data_sourcesB

List all available data sources in Redash

get_data_sourceC

Get details about a specific data source

execute_query_and_waitC

Execute a SQL query and wait for the result

list_queriesC

List all queries in Redash

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: execute_query_and_wait runs queries, get_data_source retrieves details of a single data source, list_data_sources enumerates all data sources, and list_queries lists all queries. The descriptions make it easy to differentiate between query execution and metadata retrieval functions.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case naming: execute_query_and_wait, get_data_source, list_data_sources, and list_queries. The verbs (execute, get, list) are appropriate and predictable for their respective actions.

Tool Count3/5

With only 4 tools, the set feels thin for a Redash server, which typically involves more operations like creating/updating queries, managing dashboards, or handling query results. While the tools cover basic query execution and listing, the scope seems limited compared to what might be expected for full Redash integration.

Completeness2/5

There are significant gaps in the tool surface for Redash functionality. The tools only support query execution and listing of data sources/queries, missing essential CRUD operations for queries (create, update, delete), dashboard management, user administration, and result visualization. This incomplete coverage will likely cause agent failures when trying to perform common Redash tasks beyond basic queries.

Maintenance

ActivityMaintained
ResponsivenessNo issues