list_comments
Retrieve comments from Metabase, optionally filtered by model type and ID.
Instructions
List comments in Metabase, optionally filtered by model type and ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Retrieve comments from Metabase, optionally filtered by model type and ID.
List comments in Metabase, optionally filtered by model type and ID
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description should disclose behavioral traits like read-only, pagination, or ordering. It only mentions filtering, missing key aspects like whether all comments are returned or if there are limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no unnecessary words. It is front-loaded with the core action and resource, then adds the filtering option concisely.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is straightforward with no output schema and simple parameters. However, it lacks information on return format, pagination, or order, which are common for list tools. It is minimally complete but leaves gaps for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides descriptions for both parameters ('model' and 'model_id'). The description adds minimal value by saying 'optionally filtered', which is already implied. With schema coverage effectively high, the description does not significantly enhance understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it lists comments, optionally filtered by model type and ID. The verb 'list' and resource 'comments' are specific, and it distinguishes from other comment tools like create_comment or delete_comment.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. It does not mention prerequisites nor exclude cases like when filtering might not work. The sibling tools include many list_* tools, but no differentiation is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/takeokunn/metabase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server