Skip to main content
Glama

create_label_tool

Create a new label in a GitLab project by specifying its name, color, optional priority, and description.

Instructions

Create a new label in a GitLab project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesLabel name
colorYesColor hex code (e.g., "#FF0000") or named color
priorityNoLabel priority (lower = higher priority)
project_idYesProject ID or path
descriptionNoLabel 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 to describe side effects or consequences, the description carries the full burden. It merely says 'Create' without disclosing whether the operation is reversible, requires special permissions, or impacts other project entities. This lack of transparency is a significant 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.

Conciseness5/5

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

The description is a single, concise sentence with no unnecessary words or repetition. It is well-structured and directly communicates the core function without ambiguity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite the detailed schema, the description lacks essential context such as when to use the tool, behavioral implications, or any relationship to other label operations. Given the absence of annotations, the description is insufficient for an agent to fully understand the tool's role and consequences.

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 schema provides complete descriptions for all five parameters (name, color, priority, project_id, description), achieving 100% coverage. The tool description adds no additional meaning beyond what the schema already conveys, so it remains at the baseline score for high schema coverage.

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 action ('Create') and the resource ('a new label') within the context of a GitLab project, making its primary purpose unambiguous. It is distinct from sibling tools like list_labels or update_label, though it does not elaborate on label specifics.

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

Usage Guidelines1/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 alternatives, such as when to use create_label versus update_label or list_labels. There is no mention of prerequisites, context, or conditions that would trigger its use.

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