idea_list
List the ideas on an idea board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | Idea board ID |
List the ideas on an idea board
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | Idea board ID |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds no extra behavioral context such as pagination, ordering, or error handling. Since the bar is lower with annotations present and the description is consistent, a 3 is appropriate for the minimal value added.
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, concise sentence with zero waste. It is front-loaded with the verb 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.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list tool with a single required parameter, the description is adequate. It states the function clearly and implicitly covers listing all ideas on the board. While it does not describe return format or pagination, the absence of an output schema means that is not strictly required. Given the tool's simplicity, it is reasonably complete.
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?
Schema description coverage is 100%, and the schema already describes boardId as 'Idea board ID'. The description does not add any parameter-specific meaning beyond what the schema provides, so the baseline of 3 is correct.
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 'List the ideas on an idea board' uses a specific verb 'List' and a clear resource 'ideas' on an 'idea board', which distinguishes it from siblings like idea_board_list (lists boards) and idea_add (adds ideas). It is clear and unambiguous, though it does not explicitly name alternatives, so it misses the top score.
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?
The description provides no explicit guidance on when to use this tool versus alternatives. It implies usage by mentioning the board, but does not state any exclusions or compare with other list tools such as search or idea_board_list. There is no mention of prerequisites beyond what the schema implies.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.