Skip to main content
Glama

milestone-schedule

Delete a planned deliverable

deliverable_delete
Destructive

Delete one deliverable still planned with no history. One started, delivered or accepted is refused, naming when: add a corrected deliverable instead. The D number on a schedule is never reissued.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scheduleYesThe schedule id, e.g. DS-2026-0001, the reference it delivers, e.g. WO-2026-0001, or its title
deliverableYesThe deliverable id, e.g. D01, or its description when only one carries it

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

The annotations already tell us this is destructive (destructiveHint: true) and not read-only, so the basic safety profile is covered. The description adds a specific behavioral consequence: the D number on a schedule is never reissued, which informs the user of a lasting side effect beyond the deletion itself. It also implies refusal behavior for non-planned states, but doesn't specify error codes or whether the operation is atomic. That's a modest but valuable addition beyond the annotations.

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, compact paragraph: two clear sentences plus a short standalone sentence about the D number. It front-loads the core action and the critical restriction, and every sentence contributes to the user's decision-making. There is no fluff.

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

Completeness5/5

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

Given the tool has only 2 parameters, both fully documented in the schema, no output schema (so no return values to explain), and annotations already carry the destructive hint, the description covers the essential usage context: what is deleteable, what is refused, what the alternative is, and a key invariant. Nothing critical is missing for an agent to decide to call it and pass the correct parameters.

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 already fully documents both parameters with examples and clarifiers (e.g., schedule: 'The schedule id... or its title'), so description doesn't add much. The description does add the nuance that the deliverable must be 'planned' and that the D number is never reissued, which indirectly clarifies the semantic scope of the deliverable parameter. However, since schema coverage is 100%, the baseline of 3 is appropriate, and the description provides marginal extra context.

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 clearly states the action (delete) and the resource (a planned deliverable), and immediately distinguishes it from deleting a schedule by using the specific resource name. It also clarifies the scope: only deliverable still planned with no history are deleteable, which carries precise semantic intent.

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

Usage Guidelines5/5

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

The description explicitly states when NOT to use it: one started, delivered, or accepted is refused, and names the alternative ('add a corrected deliverable instead'). This is an explicit when-not and alternative guidance, which is exactly what the dimension asks for.

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.