Skip to main content
Glama
BrandonDoster

PrintVaultMCP

update_project

Update a project's details such as name, description, status, dates, and notes by specifying the project ID. Only the fields you provide are changed.

Instructions

Update a project. Only the fields you provide will be changed.

Args: project_id: The ID of the project to update. project_name: New project name. description: New description. status: New status — 'Planning', 'In Progress', 'On Hold', 'Completed', 'Canceled'. start_date: Start date in YYYY-MM-DD format. due_date: Due date in YYYY-MM-DD format. notes: Free-text notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
statusNo
due_dateNo
project_idYes
start_dateNo
descriptionNo
project_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses partial update behavior and specifies allowed status values and date formats, adding value over the schema. However, it does not mention permission requirements, error behavior, or handling of null values, leaving some behavioral gaps.

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 succinct, front-loaded with the action, and uses a clear Args list. Every sentence earns its place with no redundancy.

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?

With an output schema present to document return values, the description covers all parameters and key constraints. It lacks some context like prerequisites or error scenarios, but overall it's sufficiently complete for a focused update tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description's Args section explains every parameter, providing meaningful details like status allowed values, date formats, and clarifying project_id as the identifier. This fully compensates for the schema's lack of descriptions.

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 'Update a project' with a specific verb and resource, distinguishing it from sibling tools like create_project, get_project, and list_projects. The additional note 'Only the fields you provide will be changed' further clarifies the tool's partial update behavior.

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 use for updating existing projects but provides no explicit guidance on when to prefer it over alternatives like create_project or get_project. The partial update semantics are a useful usage note, but no exclusions or alternative mentions exist.

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/BrandonDoster/PrintVault_MCP'

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