List images
bannerbear_list_imagesList generated images in the project (paginated). API: GET /v2/images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. |
bannerbear_list_imagesList generated images in the project (paginated). API: GET /v2/images.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the read-only nature is clear. The description adds that results are paginated, which is a key behavioral trait not fully captured by annotations. No contradictions.
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?
Two short sentences that are front-loaded with the core purpose. No unnecessary words. Every sentence adds value.
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?
Given low complexity (1 optional param, good annotations, no output schema), the description is adequate. It could briefly note that it lists all generated images (project scope implied but not explicit). Still, it covers the essential behavior.
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 coverage is 100%, so the schema fully documents the single parameter 'page'. The description mentions 'paginated' but adds no additional meaning beyond the schema's description of page number. Baseline 3 is appropriate.
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 'List generated images in the project (paginated)' with a specific verb and resource. It distinguishes from sibling tools like 'bannerbear_get_image' (single) and 'bannerbear_create_image' (create) by implying a listing scope.
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 explicit when-to-use or when-not-to-use guidance is provided. The description does not differentiate from other list tools like 'bannerbear_list_effects' or explain when pagination is needed. The context from sibling names helps slightly, but the description itself lacks usage direction.
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.