Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

update_milestone

Modify an existing milestone in Bexio projects by providing its ID and project ID, with optional updates for name, comment, end date, and parent milestone.

Instructions

Edit a milestone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the milestone
commentNoDescription for milestone
end_dateNoThe end date for the milestone
project_idYesthe id of the project
milestone_idYesthe id of the milestone
pr_parent_milestone_idNoHigher level milestone
Behavior2/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, but the description adds no behavioral context beyond 'edit'. It does not disclose whether the tool performs a partial update (only changing provided fields) or a full replacement, what happens to omitted optional fields, or whether the milestone must already exist. The description carries no extra value over the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, 'Edit a milestone', which is extremely concise and free of unnecessary words. It earns its place as a clear purpose statement, though it sacrifices completeness for brevity.

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

Completeness2/5

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

With six parameters, a missing output schema, and limited annotations, the description is insufficient. It does not clarify update semantics such as whether the 'name' field is always required, whether omitted optional fields are retained or cleared, or what the tool returns. The schema covers parameter meanings but not the behavioral context needed for correct 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 description coverage is 100%, so the baseline is 3. The description itself adds no parameter semantics, but the schema already provides clear descriptions for each field (e.g., 'name' is the name, 'end_date' is the end date). No additional meaning is needed beyond what the schema offers.

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 'Edit a milestone' clearly states the verb (edit) and resource (milestone), distinguishing it from sibling tools like create_milestone, delete_milestone, get_milestone, and list_milestones. It is concise and unambiguous, though it lacks additional scope details.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., milestone must exist), nor does it reference create_milestone for new milestones or get_milestone for reading before updating. No exclusions or contextual hints are given.

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/AIWerk/mcp-server-bexio'

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