Skip to main content
Glama

update_label_tool

Update a GitLab label's name, color, description, or priority by providing the project ID and label ID.

Instructions

Update an existing label in a GitLab project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNoNew color hex code
label_idYesLabel ID
new_nameNoNew label name
priorityNoNew priority
project_idYesProject ID or path
descriptionNoNew description

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It offers no information about side effects, permission requirements, field constraints, or how partial updates behave. The description essentially restates the tool's name and provides no additional behavioral transparency.

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 only one sentence, making it very concise. However, it is under-specified, lacking essential detail about update behavior. It is front-loaded but at the cost of completeness, so it is acceptable but not exceptional.

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's complexity (mutation operation) and the absence of annotations, the description is insufficient. It does not explain what happens to unset fields, whether at least one optional field must be provided, or any special behavior. The presence of an output schema helps but does not compensate for the lack of behavioral context.

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%, so each parameter is already well-documented in the schema. The description adds no parameter-level meaning beyond what the schema provides, but the baseline of 3 is appropriate since the schema handles parameter semantics.

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 an existing label in a GitLab project, which distinguishes it from sibling tools like create_label_tool and delete_label_tool. However, it lacks any additional scoping or specifics beyond the verb 'update', so it's clear but not exemplary.

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 about when to use this tool versus alternatives. There is no mention of prerequisites, typical scenarios, or when not to use it. The description is purely declarative with no usage context.

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

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