Skip to main content
Glama

List milestones

list_milestones
Read-onlyIdempotent

List the milestones on a project in order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesProject name, slug, or id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already establish that this is a safe, read-only, idempotent call, so the description does not need to repeat safety behavior. It adds the 'in order' behavior, but does not specify the ordering key or any pagination/result-shape details, so the extra behavioral context is minimal.

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 focused sentence with no filler. The key information (list, project scope, ordering) is front-loaded and every word earns its place.

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?

For a simple read-only listing with one required parameter, the description is largely complete: the action, resource, scope, and ordering are stated, and annotations cover safety. The main omission is the exact meaning of 'in order' and any differentiation from list_project_milestones, but these are not blocking for 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 coverage is 100% and the single 'project' parameter is already documented as accepting name, slug, or id. The description adds no new meaning for the parameter, so the baseline of 3 applies.

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 clearly states the action ('List') and the resource ('milestones on a project'), and adds that results are ordered. It does not explicitly distinguish itself from the sibling list_project_milestones, which appears to target the same resource, so it stops short of full differentiation.

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?

There is no guidance about when to choose this tool over alternatives; in particular, the existence of list_project_milestones makes the absence of an exclusion or distinguishing condition notable. The description only states what it does, not when it is the right choice.

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.