Skip to main content
Glama
aptro

Superset MCP Integration

by aptro

superset_chart_update

Modify existing chart properties and visualization settings in Apache Superset through API requests to update slice names, descriptions, chart types, and parameters.

Instructions

Update an existing chart

Makes a request to the /api/v1/chart/{id} PUT endpoint to update chart properties and visualization settings.

Args: chart_id: ID of the chart to update data: Data to update, can include slice_name, description, viz_type, params, etc.

Returns: A dictionary with the updated chart information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chart_idYes
dataYes
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. While it mentions this is an update operation and references the PUT endpoint, it doesn't disclose important behavioral aspects like authentication requirements, permission levels needed, whether the operation is idempotent, error conditions, or rate limits. The description provides basic operational context but lacks critical behavioral details for a mutation tool.

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 well-structured with clear sections: purpose statement, endpoint reference, Args section, and Returns section. It's appropriately sized at 4 sentences with zero wasted words. The information is front-loaded with the core purpose stated first. Minor improvement could be made by integrating the endpoint reference more seamlessly.

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

Completeness3/5

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

For a mutation tool with no annotations and no output schema, the description provides basic but incomplete context. It covers the purpose, parameters, and return type at a high level, but lacks important details about authentication, permissions, error handling, and what specific fields are updatable. The description is minimally adequate but leaves significant gaps for safe and effective tool usage.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates well by explaining both parameters: 'chart_id: ID of the chart to update' and 'data: Data to update, can include slice_name, description, viz_type, params, etc.' It provides meaningful context about what the data parameter can contain, which is valuable beyond the bare schema. The description adds substantial semantic value for both parameters.

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 tool's purpose as 'Update an existing chart' with specific verb and resource. It distinguishes from sibling tools like superset_chart_create (creation) and superset_chart_delete (deletion), but doesn't explicitly differentiate from superset_dashboard_update which updates a different resource type. The description provides adequate clarity about what the tool does.

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 usage context through the mention of updating 'existing chart' and referencing the specific API endpoint. It doesn't provide explicit guidance on when to use this tool versus alternatives like superset_chart_create for new charts or superset_dashboard_update for dashboards. No prerequisites, exclusions, or comparative guidance are provided.

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/aptro/superset-mcp'

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