Skip to main content
Glama

update-project

Update project details like name, description, visibility, and various view and archive settings.

Instructions

Update a project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesID of the project to update
nameNoUpdated name of the project
descriptionNoUpdated description of the project
networkNoUpdated project visibility (0 = Secret, 2 = Public)
emojiNoUpdated HTML emoji DEX code without the '&#'
module_viewNoUpdated module view setting
cycle_viewNoUpdated cycle view setting
issue_views_viewNoUpdated issue views setting
page_viewNoUpdated page view setting
inbox_viewNoUpdated inbox view setting
archive_inNoUpdated months for auto-archiving (0-12)
close_inNoUpdated months for auto-closing (0-12)
default_assigneeNoUpdated UUID of default assignee
project_leadNoUpdated UUID of project lead
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It fails to disclose whether updates are partial or full, idempotent, or require specific permissions. The brief description does not compensate for the lack of annotation context.

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

Conciseness3/5

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

The description is extremely concise (four words), but at the cost of omitting useful detail. It is front-loaded but lacks any structural elements to aid quick comprehension. Acceptable for a simple tool but could be improved.

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 14 parameters, no output schema, and no annotations, the description does not cover key aspects like update behavior (partial vs full), response format, or error conditions. The tool definition is incomplete for effective agent use.

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 100%, with each parameter having a clear description. The tool description does not add additional parameter information, but the schema already provides sufficient semantics, justifying a baseline score of 3.

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 'Update a project' clearly states the verb and resource. It distinguishes from sibling tools like 'update-issue' or 'create-project', but does not add specificity beyond the tool name 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 on when to use this tool versus alternatives (e.g., create-project, delete-project). Lacks prerequisites, context, or exclusions, leaving the agent uninformed about appropriate usage scenarios.

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/Novalya-Labs/plane-mcp-server'

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