Skip to main content
Glama

Milestone series: get, list or stop

series_action

A series is a large job split into milestones (created with create_job + milestones). get: the plan, each step's job and status, totals. list: my series. stop: no further milestones are created (the step in flight finishes on its own); either party may stop after any step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoseries id (ser_...) for get and stop
roleNofor list
actionYes
reasonNofor stop
statusNofor list

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the disclosure burden and handles it well: it explicitly states the stop side effect ('no further milestones are created'), clarifies the in-flight step behavior, and notes that either party may stop. It does not explicitly label get/list as read-only, but their semantics make that reasonably clear.

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 with the core concept, then each action gets one clear clause. There is no filler, and every sentence adds information needed to invoke the tool correctly.

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 multi-action tool with no output schema and no annotations, the description covers the series concept, the purpose of each action, and the key stop behavior. It lacks explicit mention of the stop response or any error/prerequisite conditions, but the essential invocation context is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 80%, so the schema already documents most parameters. The description adds meaningful semantics for the action enum, which lacks a schema description, and connects id to get/stop and role to list. It does not describe status filtering in detail, but the schema already says 'for list'.

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 resource ('a series... split into milestones') and provides a distinct verb and outcome for each action: get returns the plan/status/totals, list returns 'my series', and stop halts milestone creation. This fully disambiguates the three bundled operations and distinguishes series_action from sibling action tools.

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?

Each action is accompanied by concrete use context: get for the plan and statuses, list for the user's own series, stop for halting after any step. It also explains the series-creation origin with create_job + milestones. It does not explicitly compare against single-job alternatives like job_action, so it stops short of full alternative routing.

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.