Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

get_report_schedule_generated

Retrieve a specific generated report from a scheduled AdButler report by supplying the configuration, schedule, and generated report IDs.

Instructions

Get a specific generated report from a schedule

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schedule_idYesSchedule ID
generated_idYesGenerated report ID
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 alone must disclose behavioral traits. It only says 'Get', adding no details about return format, authentication needs, failure modes, or whether the report is a file download or structured data. This is minimal transparency for a retrieval operation.

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 a single eight-word sentence with no wasted words, making it highly concise and front-loaded. While brevity is positive, it omits potentially useful details, but this is a minor trade-off for a simple get operation.

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

Completeness2/5

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

With three required parameters and no output schema, the description should provide more context about what the response contains (e.g., report data, file URL) and any preconditions. It lacks this information, making it incomplete for an agent to fully understand the tool's behavior.

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 schema covers all three parameters with clear one-line descriptions (e.g., 'Generated report ID'). The tool description adds no additional meaning beyond restating the relationship 'from a schedule' and does not explain that all three IDs are jointly required to uniquely identify the report.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves a single generated report within the context of a schedule, using the verb 'Get' and identifying the resource as 'a specific generated report'. It distinguishes itself from list operations but does not explicitly name sibling alternatives like list_report_schedule_generated.

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

Usage Guidelines3/5

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

The word 'specific' implies the caller already possesses the identifiers, providing implicit guidance that this is for retrieval of one item rather than enumeration. However, there is no explicit statement of when to use this tool versus the sibling list tools, nor any exclusions or prerequisites.

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