Skip to main content
Glama

projects_update

Update project fields such as name, description, picture, test case type, and archive status. Validates inputs against size limits and predefined picture IDs.

Instructions

Update project

Tag: Projects

Validation rules:

  • name must not exceed 20 characters.

  • description must not exceed 250 characters.

  • projectPictureUrl must reference a project picture predefined by the meloQA API — list the available IDs via GET /v1/project-pictures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesProject ID
nameNo
isArchivedNo
descriptionNo
testCaseTypeIdNo
projectPictureUrlNoID of a project picture — get available IDs from GET /v1/project-pictures
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions 'Update' implying mutation, and gives validation rules, but does not disclose permissions, side effects, partial update behavior, or return value. For a mutation tool, 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.

Conciseness4/5

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

The description is short and front-loaded with the action. The tag line and bullet points are clear, though the 'Tag: Projects' line is somewhat redundant. No waste, but could be more efficient.

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 no output schema and 6 parameters (33% schema coverage), the description should provide more. It does not explain isArchived, testCaseTypeId, or partial update semantics. The tool is incomplete for an update operation.

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 only 33%. The description adds validation rules for name, description, and projectPictureUrl (the latter already covered by schema), but parameters like isArchived and testCaseTypeId lack explanation. Some value added, but gaps remain.

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 says 'Update project', which is a clear verb+resource. While there are sibling tools like projects_create and projects_delete, the update action is distinct. However, it does not explicitly differentiate from siblings.

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

Usage Guidelines4/5

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

The description includes validation rules for name, description, and projectPictureUrl, and references a GET endpoint for available picture IDs. This provides context on constraints, but does not explicitly state when to use this tool versus alternatives (e.g., create).

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/swl-informatica/meloQA-MCP'

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