Skip to main content
Glama
schachan

Metabase MCP Plus

by schachan

list_database_schemas

Retrieve all schema names from a specified database by providing its database ID.

Instructions

List all schemas in a specific database.

Args: database_id: The ID of the database.

Returns: A list of schema names available in the database.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Since no annotations are provided, the description must convey behavioral traits. It implies a read-only operation, but does not disclose potential limitations (e.g., access restrictions, ordering, pagination). The behavior is straightforward for a listing tool, but more detail would improve transparency.

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 short and includes a clear structure with Args and Returns sections. However, the Returns line could be considered repetitive as the purpose already states the outcome. Overall, it is efficient.

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

Completeness5/5

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

Given the tool's simplicity (one parameter) and the presence of an output schema, the description is complete. It clearly states the action, input, and output, leaving no obvious gaps.

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 has 0% description coverage, so the description must compensate. The 'Args' section provides a brief description of 'database_id' as 'The ID of the database', which adds basic context but is minimal and somewhat redundant given the parameter name.

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 action ('List all schemas') and the resource ('in a specific database'), using a specific verb and resource. It distinguishes itself from sibling tools like 'list_tables' or 'get_schema_tables'.

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, nor does it mention when not to use it or any prerequisites. It only states the basic functionality.

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