Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Reports_createReportSchedule

Create recurring report schedules in Amazon Selling Central to automate report generation. Specify timing and frequency so reports are produced consistently without manual request.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Creates a report schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does state that execution happens in the Kuudo deployment, not locally, and that it creates a report schedule. However, it does not explain what creating a schedule entails, whether it is immediately active, what permissions are needed, whether the action is reversible, or what the response/outcome is.

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 very short and front-loads the remote-execution caveat before the action. The sentence 'Catalog entry' is somewhat redundant with 'Runs in your Kuudo deployment, not here,' so it is not perfectly economical, but overall it is concise and to the point.

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?

For a mutating tool with no annotations and no output schema, the description is thin. It tells the agent the tool creates a report schedule in a remote deployment, but it does not clarify what a report schedule requires, whether the tool is actually callable, or what happens after creation. The remote-execution note is useful, but the overall context is insufficient for a creation operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema defines zero properties and zero required parameters, so there is little parameter semantics for the description to add. The baseline for zero formal parameters is 4; the description does not need to compensate. The schema's additionalProperties:true allows arbitrary properties, but the description is not obligated to document them given the reported parameter count is 0.

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 states a clear action and object: 'Creates a report schedule.' This is enough to distinguish it from the sibling get/cancel report-schedule tools. However, the opening 'Catalog entry. Runs in your Kuudo deployment, not here' muddies whether this tool is directly invocable or merely a metadata record, so it is not a perfect 5.

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 phrase 'Runs in your Kuudo deployment, not here' provides some usage context: the tool is meant for a remote environment rather than this one. But the description gives no explicit when-to-use guidance compared with Reports_getReportSchedules, Reports_getReportSchedule, or Reports_cancelReportSchedule, and it offers no exclusions or alternative routing.

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/KuudoAI/amazon-selling-partner-mcp'

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