Skip to main content
Glama
soil-dev

capsulemcp

list_milestones

Read-only

Retrieve milestones (deal stages) for a specific pipeline to use when creating or moving opportunities. Returns each milestone's ID, name, probability, and position.

Instructions

List milestones (deal stages) within a specific opportunity pipeline. Returns each milestone's id, name, probability, and position. Used when creating opportunities (pass milestoneId to create_opportunity) or moving them across stages (set milestoneId in update_opportunity). Discover the pipelineId first via list_pipelines. Milestones are pipeline-scoped — not interchangeable across pipelines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pipelineIdNo
pageNo
perPageNo
Behavior4/5

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

Annotations already indicate read-only and non-destructive nature. Description adds transparency by detailing returned fields (id, name, probability, position) and emphasizing pipeline-scoped constraints, but does not mention pagination behavior or rate limits.

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?

Four sentences, efficiently front-loaded with purpose, no redundant content, and logically structured from definition to usage context.

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?

Description covers return fields, usage prerequisites, and scope constraints. Minor gap: no mention of pagination behavior despite having pagination params. Annotation coverage is strong, and output schema is absent, so description compensates adequately.

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?

With 0% schema description coverage, the description explains pipelineId indirectly ('within a specific opportunity pipeline', 'discover the pipelineId first via list_pipelines') but omits any details about the page and perPage parameters, which are standard but not described.

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?

Description clearly states 'List milestones (deal stages) within a specific opportunity pipeline', specifies returned fields, and distinguishes from siblings by noting pipeline-scoping and referencing related tools (list_pipelines, create_opportunity, update_opportunity).

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?

Explicitly advises to use this tool before creating or updating opportunities, mentions that pipelineId must be obtained via list_pipelines, and clarifies that milestones are pipeline-scoped, providing clear context for when and how to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/soil-dev/capsulemcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server