Skip to main content
Glama
gasconc

Pylon MCP Server

by gasconc

pylon_update_milestone

Update an existing milestone's name or due date in Pylon using its unique identifier.

Instructions

Update an existing milestone in Pylon. Rate limit: 60 requests per minute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName for this milestone
due_dateNoDue date in RFC 3339 format
milestone_idYesThe unique identifier of the milestone to update
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals a rate limit of 60 requests per minute, but does not describe effects, partial update semantics, error conditions, or any required permissions. This is a mutation tool, so more transparency is expected.

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 concise and front-loaded: two short sentences, with the core purpose stated first and the rate limit appended. Every word serves a purpose, and there is no redundant information.

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 update tool with three well-documented parameters, the description and schema together provide sufficient context. The rate limit adds useful behavioral information, and no output schema is present, so return-value documentation is not required. It lacks usage guidance, but that is captured separately.

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?

The input schema already covers all three parameters with descriptive text (100% coverage), so the baseline is 3. The description adds no additional meaning about parameters beyond what the schema provides, such as how fields are applied or whether partial updates are supported.

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 verb ('Update') and resource ('an existing milestone in Pylon'), distinguishing it from sibling tools like pylon_create_milestone and pylon_delete_milestone. It is specific and unambiguous.

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?

No guidance is provided about when to use this tool versus alternatives. The word 'existing' implies the milestone must already exist, but there is no explicit mention of when to choose update over create/delete, nor any mention of required prerequisites.

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/gasconc/pylon-mcp-server'

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