Skip to main content
Glama

milestone-schedule

Show one delivery schedule

delivery_schedule_get

Return one schedule in full as at a date: every deliverable with due date, status, delivered and accepted dates, note and value, plus what is late and the totals. The answer names the as_of it used.

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

A4.2/5.0
Behavior4/5

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

With annotations all reporting false, the description carries the burden of explaining behavior. It adds value by stating that it returns 'every deliverable' with detailed fields, includes late status and totals, and names the as_of date actually used. This is useful behavioral context beyond the tool name, though it does not discuss permissions or error behavior.

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 compact and front-loaded. The first sentence conveys the main purpose and content; the second adds a useful behavioral guarantee about naming the as_of. No filler or redundancy.

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

Completeness4/5

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

Given there is no output schema, the description appropriately enumerates the return contents, including due dates, statuses, delivered/accepted dates, note, value, late items, and totals. It also covers the as_of semantics. It does not mention not-found behavior or ordering, but for this simple tool the core information is present.

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 coverage is 100%, so the schema already fully documents the required 'schedule' parameter and optional 'as_of' parameter. The description reinforces that 'as_of' is a date and that the response will reflect that date, but it does not add meaning beyond the schema descriptions.

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 a specific action ('Return one schedule in full as at a date') and enumerates the exact content delivered, distinguishing it from delivery_schedule_list or late_report. The scope is unambiguous: one schedule, not a list or a filtered subset.

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 description makes evident when to use this tool: when a complete, date-specific view of one schedule is needed. It does not explicitly name alternatives or exclusion conditions, but the context is clear enough for an agent to choose it over list or late-report tools.

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.