Skip to main content
Glama

update_project

Update existing project settings including billing, budget, name, timeline, and more. Modify only specified fields to keep project data accurate.

Instructions

Update an existing project. Can modify any project settings including name, billing configuration, budget settings, and project timeline. Only provided fields will be updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the project to update (required)
feeNoUpdate fixed fee
codeNoUpdate project code
nameNoUpdate project name
notesNoUpdate project notes
budgetNoUpdate budget amount
bill_byNoUpdate billing method
ends_onNoUpdate end date (YYYY-MM-DD)
budget_byNoUpdate budget calculation method
is_activeNoUpdate active status
starts_onNoUpdate start date (YYYY-MM-DD)
cost_budgetNoUpdate cost budget
hourly_rateNoUpdate hourly rate
is_billableNoUpdate billable status
is_fixed_feeNoUpdate fixed fee billing
budget_is_monthlyNoUpdate monthly budget reset
show_budget_to_allNoUpdate budget visibility
notify_when_over_budgetNoUpdate budget notifications
cost_budget_include_expensesNoUpdate expense inclusion
over_budget_notification_percentageNoUpdate notification threshold
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It notes that only provided fields are updated (partial update), which is useful, but it omits any mention of return behavior, side effects, permissions required, rate limits, or error handling. For a mutation tool with 20 parameters, this is insufficient.

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 two sentences with no wasted words. The first sentence front-loads the core action, and the second adds critical detail about partial updates. Ideal length for clarity.

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 20 parameters, no output schema, and no annotations, the description is minimal. It does not explain what the tool returns after update, what happens on invalid input, or any side effects. For a complex update tool, 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?

Schema coverage is 100%, so the baseline is 3. The description groups parameters into categories (name, billing, budget, timeline), which adds some meaning, but it does not provide additional semantic nuance beyond what the schema descriptions already offer.

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 it updates an existing project and lists categories of settings (name, billing, budget, timeline). This distinguishes it effectively from sibling tools like create_project (creation) and delete_project (deletion), as well as get_project (retrieval).

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

Usage Guidelines3/5

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

The description implies usage for modifying an existing project but does not explicitly state when to prefer this over alternatives (e.g., create_project for new projects) or what prerequisites are needed (e.g., project existence). No exclusions are mentioned.

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/ianaleck/harvest-mcp-server'

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