Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

list_report_generated

Retrieve generated reports for a specific report configuration by its ID, with optional limit and offset for pagination.

Instructions

List generated reports for a specific report configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (default 100, max 100)
offsetNoPagination offset
report_config_idYesReport configuration ID
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states 'List generated reports' with no mention of return format, pagination behavior, or any side effects. The read-only nature is implied but not explicit, and there is no information about what constitutes a generated report.

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 a single, front-loaded sentence that conveys the core operation without wasted words. It is appropriately sized for a simple list tool.

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?

For a list tool with no output schema, the description provides the essential scoping but omits context about how generated reports are identified, what fields are returned, and how this tool differs from list_all_generated_reports or get_report_generated. The absence of such details leaves the agent with questions about the response shape and edge cases.

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 documents all three parameters with descriptions (100% coverage), so the baseline is 3. The description adds minimal reinforcement of report_config_id as the scoping parameter but no additional semantics beyond what the schema already provides.

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 uses the specific verb 'List' and identifies both the resource ('generated reports') and the scoping constraint ('for a specific report configuration'), clearly distinguishing it from siblings like list_all_generated_reports. It is unambiguous and specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies usage when you have a specific report_config_id and need its generated reports, providing clear context. However, it does not explicitly name alternatives or state when not to use it, so it stops short of a 5.

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/adbutler/mcp-server'

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