Skip to main content
Glama
alexherbaly

upservice-mcp

by alexherbaly

upservice_update_project

Idempotent

Update an existing project's title or extra fields by providing the project ID and optional new values.

Instructions

Update an existing project's fields (e.g. title).

Args: params (UpdateProjectInput): project_id (int), title (optional str), extra_fields (optional dict)

Returns: str: JSON of the updated project record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true, which the description does not contradict. The description adds return type info ('Returns: str: JSON of the updated project record.') but does not elaborate on side effects, permissions, or error conditions. With annotations present, the added behavioral context is minimal.

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 compact (3 lines) and front-loaded with the purpose. It includes an Args and Returns section, making it easy to scan. However, it could be slightly more structured (e.g., avoiding the code-style 'Args:' format in favor of plain text).

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

Completeness3/5

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

The description covers the core update functionality and return format, but lacks details on the use of extra_fields for arbitrary field updates, potential validation constraints, or behavior when fields are omitted. Given the tool has a nested input schema and an output schema, the description is adequate but not fully comprehensive.

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 description lists the parameters (project_id, title, extra_fields) with types and optionality, but the input schema already provides detailed descriptions for each property. Since schema_description_coverage is effectively high (schema includes descriptions), the description adds no new semantic value beyond restating schema information.

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 an existing project's fields (e.g. title)', providing a specific verb and resource. It distinguishes from sibling tools like upservice_create_project, upservice_delete_project, and other update tools (e.g., upservice_update_sprint) by specifying 'project'.

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 indicates this is the general update tool for projects, but does not explicitly guide when to use it versus specialized siblings like upservice_set_project_managers or upservice_complete_project. No prerequisites or exclusions are mentioned, leaving usage context somewhat implied.

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/alexherbaly/upservice-mcp'

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