Skip to main content
Glama
yuki9541134

Redash MCP Server

by yuki9541134

execute_query_and_wait

Execute SQL queries on Redash data sources and retrieve results by waiting for query completion, enabling data analysis through API integration.

Instructions

Execute a SQL query and wait for the results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_source_idNo
queryYes
max_ageNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'wait for the results', implying synchronous behavior, but fails to address critical aspects like error handling, timeout behavior (despite a 'max_age' parameter), authentication requirements, or rate limits. For a tool that executes queries, this leaves significant gaps in understanding its operational characteristics.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise—a single sentence that directly states the tool's function without any fluff. It's front-loaded with the core action and efficiently communicates the basic purpose. Every word earns its place, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of executing SQL queries (which involves data sources, query syntax, and result handling), the description is incomplete. With no annotations, no output schema, and 0% schema description coverage, it fails to provide necessary context about inputs, outputs, or behavioral expectations. The agent would struggle to use this tool effectively without additional information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, meaning none of the three parameters (data_source_id, query, max_age) are documented in the schema. The description adds no semantic information about these parameters—it doesn't explain what 'data_source_id' refers to, what format 'query' should be in, or what 'max_age' represents. This forces the agent to guess parameter meanings, which is inadequate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('execute a SQL query and wait for the results'), which is specific and unambiguous. It distinguishes itself from sibling tools like 'get_data_source' and 'list_data_sources' by focusing on query execution rather than data source retrieval. However, it doesn't explicitly mention what resource it acts upon beyond 'SQL query', which prevents a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites like needing a valid data source ID, nor does it differentiate from potential other query execution tools. Without any context on when or why to choose this tool, the agent lacks decision-making support.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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