Skip to main content
Glama

update_issue

Update an existing GitLab issue with options to modify title, description, labels, milestone, assignees, due date, weight, iteration, and status. Use dry-run to preview changes before applying.

Instructions

Mettre a jour une issue existante. Par defaut dry_run=true : retourne un apercu sans modifier. Passer dry_run=false apres confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesID du projet
issue_iidYesNumero de l'issue (IID)
titleNoNouveau titre
descriptionNoNouvelle description (Markdown)
add_labelsNoLabels to add (comma-separated). Does NOT remove existing labels.
remove_labelsNoLabels to remove (comma-separated).
milestone_idNoID du milestone
assignee_idsNoIDs des assignees
due_dateNoNouvelle date d'echeance (YYYY-MM-DD)
weightNoNouveau poids
iteration_idNoID de l'iteration (sprint) a associer. Route via workItemUpdate.iterationWidget — l'ancien UpdateIssueInput.iterationId echoue silencieusement sur les Work Items modernes.
status_idNoStatus widget GID (GitLab 17+). Get the valid ids from list_workitem_statuses with work_item_type=ISSUE.
dry_runNoDry run mode (default: true). When true, returns a preview of the action without executing it. Set to false only after user confirmation.
Behavior3/5

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

The annotations give readOnlyHint=false, confirming mutation capability. The description adds value by explaining the dry_run behavior, which is a safety mechanism. However, it does not disclose other behavioral aspects like permission requirements or failure modes, though annotations cover the basic safety profile.

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 two sentences long: the first states the purpose, the second explains the crucial dry_run workflow. It is front-loaded and every sentence is essential. No redundancy.

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

Completeness4/5

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

Given the tool has 13 parameters and no output schema, the description covers the main behavior and the important dry_run mechanism. It could mention what the preview returns, but the schema already documents all parameters. The description is mostly complete for guiding agent usage.

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 the baseline is 3. The description does not add extra meaning beyond the schema's parameter descriptions. The dry_run behavior is mentioned in the description, but the schema already describes it well. No additional semantic value.

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 states 'Mettre a jour une issue existante' (update an existing issue), clearly indicating the verb and resource. However, it does not explicitly distinguish itself from sibling tools like close_issue or update_issue_note, so it misses the opportunity for clear differentiation.

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

Usage Guidelines3/5

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

The description provides guidance on using dry_run=true for preview and dry_run=false for actual modification, but it does not advise when to use this tool over alternative sibling tools (e.g., update_issue_note for notes). The usage context is implied but not explicitly stated.

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

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