Skip to main content
Glama

update-phase

Modify project phase details like dates, status, budget, and notes in Float MCP to keep project timelines and resources current.

Instructions

Update an existing phase

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phase_idYesThe phase ID (phase_id)
project_idNoThe ID of the project this phase belongs to
nameNoPhase name
start_dateNoPhase start date (YYYY-MM-DD)
end_dateNoPhase end date (YYYY-MM-DD)
statusNoPhase status (0=Draft, 1=Tentative, 2=Confirmed)
notesNoPhase notes and description
non_billableNoNon-billable flag (0=billable, 1=non-billable)
colorNoPhase color (hex code)
default_hourly_rateNoDefault hourly rate for this phase
budget_totalNoTotal budget for this phase
activeNoActive status (1=active, 0=archived)
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. 'Update an existing phase' implies a write operation but reveals nothing about permissions required, whether changes are reversible, side effects (e.g., on related project tasks), rate limits, or error conditions. For a tool that modifies 12 potential fields, this is a significant transparency gap.

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 extremely concise at just three words, with zero wasted language. It is front-loaded and gets straight to the point, though this brevity comes at the cost of completeness. Every word earns its place by stating the core action.

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?

Given the complexity (12 parameters, mutation operation, no output schema, and no annotations), the description is inadequate. It doesn't explain what 'updating' entails, which fields are optional versus required beyond phase_id, what happens to unspecified fields, or what the tool returns. For a tool with this level of responsibility, more context is needed.

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 schema description coverage is 100%, with each parameter clearly documented in the schema itself (e.g., status values explained as 0=Draft, 1=Tentative, 2=Confirmed). The description adds no additional parameter information beyond what the schema provides, so it meets the baseline score of 3 for high schema coverage without adding value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Update an existing phase' is a tautology that merely restates the tool name 'update-phase'. It provides no additional specificity about what aspects of a phase are updated or how this differs from other update tools like update-project or update-task. While it clearly indicates a mutation operation, it fails to distinguish itself meaningfully from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description offers no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing an existing phase_id), when not to use it, or how it relates to sibling tools like create-phase or delete-phase. For a mutation tool with many parameters, this lack of context is problematic.

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/asachs01/float-mcp'

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