Skip to main content
Glama
reenrik

zube-mcp

by reenrik

update_project

Update a Zube project's name, description, color, or settings by providing its project ID and optional new values.

Instructions

Update a project's name, description, or settings.

color: hex code without '#' (e.g. 'FF5733'). Zube requires name on PUT — it is fetched from the current project if not provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
colorNo
project_idYes
descriptionNo
auto_add_github_usersNo
should_use_fibonacci_scaleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the burden. It discloses the color format and that name is fetched from the current project if omitted, which is useful. However, it does not mention permissions, reversibility, or effects on unspecified fields.

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?

Three concise sentences, front-loaded with purpose, and each sentence provides useful information. The color note is terse yet clear, and no wasted words.

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?

For a six-parameter update tool with no annotations and no schema descriptions, the description covers only a subset of parameters. The existence of an output schema helps, but the behavior around partial updates and the boolean flags remains unclear.

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 description coverage is 0%, so the description must compensate. It explains the color format and the name-fetching behavior, but leaves auto_add_github_users, should_use_fibonacci_scale, and description without any added meaning beyond their names.

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 the tool updates a project's name, description, or settings, using a specific verb and resource. It distinguishes from sibling tools like create_project and get_project by its update focus.

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?

No explicit guidance on when to use this tool vs alternatives, but the name and context imply it is for modifying existing projects. The behavioral note about Zube requiring name adds context but not exclusions or alternatives.

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/reenrik/zube-mcp'

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