Skip to main content
Glama

Geplante Sendungen verwalten

schedule_list_or_cancel
Destructive

Listet die geplanten Sendungen des Partners auf oder bricht eine geplante Sendung ab. Beim Abbrechen wird die reservierte Summe wieder freigegeben. EN: Lists the partner's scheduled sends or cancels a scheduled send. On cancellation the reserved amount is released again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNolist = Planungen auflisten, cancel = eine Planung abbrechen. EN: list = list schedules, cancel = cancel a schedule.
dryRunNoBei action='cancel' nur eine Vorschau: zeigt die freizugebende Summe, ohne die Planung abzubrechen. EN: For action='cancel', a preview only: shows the amount to be released without cancelling the schedule.
reasoningNo
scheduleIdNoErforderlich bei action='cancel'. EN: Required for action='cancel'.
statusFilterNoOptionaler Statusfilter für action='list'. EN: Optional status filter for action='list'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already state destructiveHint=true and readOnlyHint=false, so the destructive nature is covered. The description adds one useful behavioral detail: cancellation releases the reserved amount. However, it does not discuss irreversibility, permissions, or what happens when no matching scheduled send exists, so the addition is modest.

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 two short bilingual sentences with no wasted words. It front-loads the main action and the cancellation side effect, and it avoids repeating schema-level parameter details.

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 dual-mode tool with no required top-level parameters and no output schema, the description is minimal: it does not state that action is practically required, describe list versus cancel responses, or clarify that cancel is the destructive branch. The schema compensates for some of this, so the description is adequate but has clear gaps.

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 already describes action, dryRun, scheduleId, and statusFilter with 80% coverage. The tool description adds little parameter-level meaning beyond connecting cancellation to the release of the reserved amount. With high schema coverage, a baseline of 3 is appropriate.

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 specific verbs ('listet auf', 'bricht ab') and a clear resource ('geplanten Sendungen des Partners'), and adds a meaningful side effect ('reservierte Summe wird freigegeben'). It clearly distinguishes the list and cancel behaviors, so an agent can tell what this tool does without relying on the name alone.

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

Usage Guidelines2/5

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

The description provides no guidance on when to choose this tool over sibling tools such as letter_schedule or order_cancel, and it does not mention exclusions, prerequisites, or alternative tools. The intended use is only implied by the name and action enum.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.