Skip to main content
Glama

update_project

Modify project settings such as description, visibility, default branch, and feature access levels. Also configure merge options and feature permissions.

Instructions

Update project settings such as description, visibility, default branch, and feature access levels

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID or complete URL-encoded path to project
nameNoProject display name
pathNoProject path/slug
descriptionNoProject description
default_branchNoDefault branch name
visibilityNoProject visibility
topicsNoProject topics
request_access_enabledNoAllow users to request access
remove_source_branch_after_mergeNoRemove source branches after merge by default
only_allow_merge_if_pipeline_succeedsNoRequire successful pipeline before merge
only_allow_merge_if_all_discussions_are_resolvedNoRequire all discussions to be resolved before merge
squash_optionNoSquash commits setting
merge_methodNoMerge method
issues_access_levelNoIssues feature visibility
merge_requests_access_levelNoMerge requests feature visibility
builds_access_levelNoCI/CD pipelines feature visibility
wiki_access_levelNoWiki feature visibility
snippets_access_levelNoSnippets feature visibility
container_registry_access_levelNoContainer registry feature visibility
environments_access_levelNoEnvironments feature visibility
forking_access_levelNoForking feature visibility
package_registry_access_levelNoPackage registry feature visibility
pages_access_levelNoPages feature visibility
Behavior2/5

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

The description adds no behavioral context beyond the input schema. Annotations include openWorldHint=true, but the description does not disclose any specific behavioral traits such as partial updates, persistence of unchanged fields, or error handling.

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 concise (one sentence, 12 words) and front-loaded with the verb 'Update'. However, it lacks structure for a tool with 23 parameters and could benefit from more detail.

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?

Given the tool has 23 parameters, no output schema, and annotations only indicating open-world, the description is inadequate. It does not explain return values, partial updates, required permissions, or error scenarios.

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 100%, so baseline is 3. The description mentions a subset of parameters but adds no additional meaning or usage nuance beyond what the parameter descriptions already provide.

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 clearly states the tool updates project settings with specific examples (description, visibility, default branch, feature access levels). It implicitly distinguishes from siblings like update_issue or update_merge_request, but does not explicitly differentiate.

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 vs alternatives, no prerequisites, no exclusions. The description lacks context about required permissions or situations where this tool is not appropriate.

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/zereight/gitlab-mcp'

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