Skip to main content
Glama
schachan

Metabase MCP Plus

by schachan

update_card

Update an existing Metabase card by modifying its name, description, SQL query, database, collection, or visualization settings.

Instructions

Update an existing card/question in Metabase.

Args: card_id: The ID of the card to update. name: New name for the card. description: New description. query: New SQL query (requires database_id). database_id: Database ID for the query. collection_id: Move card to this collection. visualization_settings: New visualization configuration.

Returns: The updated card object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
card_idYes
nameNo
descriptionNo
queryNo
database_idNo
collection_idNo
visualization_settingsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It mentions parameters but does not discuss idempotency, partial update behavior, permissions required, or potential side effects. This is a significant gap 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.

Conciseness5/5

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

The description is concise and well-structured with a clear purpose statement followed by a bullet list of arguments and a return value. Every sentence is necessary and earns its place.

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?

While the description covers the basic operation and parameters, it lacks contextual details such as authentication, error handling, or when to prefer this tool over others. Given the complexity (7 params, no annotations), the description is adequate but not fully complete.

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?

All 7 parameters are explained with brief descriptions that add value beyond the input schema's type information. Notably, the description notes that 'query' requires 'database_id', which is a constraint not present in the schema. However, some parameters like visualization_settings lack details on expected format.

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 'Update an existing card/question in Metabase' with a specific verb and resource. It distinguishes from sibling tools like create_card and archive_card by specifying 'update existing'.

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 for updating existing cards but does not provide explicit guidance on when to use this tool versus alternatives like create_card for new cards or archive_card for deletion. No exclusion criteria or context is given.

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/schachan/metabase-mcp'

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