Skip to main content
Glama

milestone-schedule

Delivery schedule document

delivery_schedule_document

Render one schedule as a plain-text document for the client: every deliverable with its due date, status, delivered and accepted dates and value, the counts as at a date, and a sign-off block. Pro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
as_ofNoRead the schedule as at this date, YYYY-MM-DD. Defaults to today
scheduleYesThe schedule id, e.g. DS-2026-0001, the reference it delivers, e.g. WO-2026-0001, or its title

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior2/5

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

All annotations are false, so the description carries the full burden of disclosing side effects and operational details. It says 'render' but does not clarify whether this is a read-only operation, whether it modifies any state (e.g., marks a schedule as sent), or what happens if the schedule is not found. There is no mention of permissions, idempotency, or side effects. Given the lack of annotation hints, this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The main sentence is concise and informative, front-loading the core purpose. However, it ends with an unexplained 'Pro.' which appears to be a truncation or error, disrupting the structure and clarity. This stray token reduces the overall quality, making it less polished than a cleanly structured description.

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 tool with no output schema and no helpful annotations, the description should clarify the return value or behavior on error. It mentions the output is 'plain-text document' but does not specify whether the agent receives the text directly, a file reference, or something else. It also lacks behavioral notes (e.g., error handling, prerequisites). While the content list is useful, the missing operational details make it incomplete for safe and correct invocation.

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?

Schema description coverage is 100%, so the parameters (as_of, schedule) are already documented with their formats and meanings. The description adds context about the document contents ('counts as at a date' aligns with as_of) but does not provide any additional semantic detail beyond the schema. With full schema coverage, the baseline is 3, and the description does not meaningfully elevate it.

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 ('Render'), the resource ('one schedule'), and the output format ('plain-text document for the client'). It enumerates the content (deliverables, due dates, statuses, counts, sign-off block), which distinguishes it from sibling tools like delivery_schedule_get (which likely returns structured data) and delivery_schedule_list (which handles multiple schedules). No ambiguity about the tool's purpose.

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 phrase 'for the client' signals the intended use case (producing a client-facing document), and the verb 'render' contrasts with the data-retrieval semantics of delivery_schedule_get/list. However, it does not explicitly state when NOT to use it or name alternatives; an agent must infer that this is for human-readable output rather than structured data. This is clear context but lacks explicit exclusions.

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.