Skip to main content
Glama
suthio

Redash MCP Server

by suthio

create_alert

Create automated alerts on query results to receive notifications when a specific column meets a condition (e.g., greater than, less than, equals).

Instructions

Create a new alert in Redash. Alerts notify you when a query result meets a specified condition.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the alert
rearmNoNumber of seconds to wait before triggering again (null for never)
optionsYesAlert options including column to monitor, operator, and threshold value
query_idYesID of the query to monitor
Behavior2/5

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

No annotations exist, so the description carries full burden. It only states the basic function but lacks disclosure of side effects (e.g., whether the alert starts immediately, if subscriptions are required, or if it returns the created object).

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

Conciseness4/5

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

The description is two sentences with no unnecessary words. It is front-loaded with the action and explanation, though it could be more structured (e.g., list key points).

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?

No output schema and no mention of return value. Missing context about prerequisites (e.g., query must exist), optional parameters (rearm), or related tools (e.g., add_alert_subscription). For a tool with nested objects and 4 parameters, it is incomplete.

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

Parameters3/5

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

Schema description coverage is 100% (all parameters have descriptions). The description adds little beyond the schema, merely paraphrasing 'monitor a column' as 'specified condition'. Baseline 3 is appropriate.

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

Purpose5/5

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

The description clearly states the tool creates a new alert in Redash and explains what alerts do (notify when condition met). It uses a specific verb-resource pair, distinguishing it from sibling tools like update_alert or delete_alert.

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?

No guidance on when to use this tool vs alternatives (e.g., add_alert_subscription, update_alert). The description does not mention prerequisites (e.g., query must exist) or any contextual conditions.

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

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