Skip to main content
Glama
Ithura

ithura-mcp

Official
by Ithura

update_project

Modify project details by providing its ID and new values for name, emoji, network, or description.

Instructions

Update a project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name
emojiNoNew emoji
networkNoNetwork: 0=secret, 2=public
project_idYesProject UUID
descriptionNoNew description
Behavior1/5

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

There are no annotations, so the description carries the full burden of disclosing behavioral traits. It does not state whether the update is partial or full, whether all fields are optional, or any side effects or permissions required. This is a serious gap for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is a single sentence, but it is under-specified rather than concise. For a tool with five parameters, it should at least list the updatable fields or note optionality. The sentence adds no value over the tool name.

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?

The tool is a simple update operation, but the description is nearly empty. With no annotations and no output schema, the description should explain behavior and usage context. It does not, leaving the agent to rely solely on the schema.

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 input schema covers 100% of parameters with descriptions (e.g., 'New name', 'Network: 0=secret, 2=public'), so the baseline is 3. The description adds no additional parameter context beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Update a project' restates the tool name without adding any information. It does not specify which fields can be updated or distinguish this from sibling tools like create_project or get_project beyond the verb itself.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus create_project or update_issue. There is no mention of prerequisites, use cases, or situations where this tool should be avoided.

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/Ithura/ithura-mcp'

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