Skip to main content
Glama
jagadeesh52423

Redash MCP Server

update_widget

Update an existing dashboard widget to adjust its content, size, position, or parameter mappings.

Instructions

Update an existing widget in a dashboard

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoText content (for text widgets)
widthNoWidget width
optionsNoWidget options including position and parameter mappings
widgetIdYesID of the widget to update
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Update' without mentioning side effects, permission requirements, whether unspecified fields are preserved or reset, or what happens if the widget ID is invalid. This is insufficient for a mutating operation.

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 a single sentence with no redundant words. It front-loads the action and resource, making it immediately clear what the tool does.

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?

Despite rich schema coverage for parameters, the description lacks essential behavioral context for an update operation—most importantly whether it performs a partial or full replacement. With no annotations and no output schema, the overall tool behavior remains underspecified.

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?

The input schema provides full descriptions for all parameters, including nested options. The description itself adds no parameter-specific meaning, so the baseline of 3 applies. It does not explain the semantics of partial updates or which fields are optional.

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 'Update an existing widget in a dashboard' uses a specific verb ('Update') and a clear resource ('widget'), which distinguishes it from sibling tools like create_widget and delete_widget. The word 'existing' also clarifies the target state.

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

Usage Guidelines3/5

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

The description implies the widget must already exist, but it does not explicitly state when to use this tool versus create_widget or delete_widget. No exclusions or alternative guidance are provided, leaving the usage context only implied.

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

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