Skip to main content
Glama

update_issue_note

Update an existing issue thread note by changing its body or resolving/unresolving it. Provide project, issue, and discussion identifiers to apply the modification directly in GitLab.

Instructions

Modify an existing issue thread note. Use this for an existing resource; choose the corresponding create tool for a new resource and a note tool for discussion-only text. It changes remote GitLab state and requires the necessary project or group permission; GitLab returns validation, conflict, permission, or rate-limit errors instead of silently applying an invalid request. When project_id or group_id is accepted, provide the numeric ID or complete URL-encoded path described by the schema; use required identifiers and pagination fields exactly as documented.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoThe content of the note or reply
note_idNoThe ID of a thread note
resolvedNoResolve or unresolve the note
issue_iidNoThe IID of an issue
project_idNoProject ID or complete URL-encoded path to project
discussion_idNoThe ID of a thread

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.1.18
  2. Removedv2.1.14
  3. Addedv2.1.11
  4. Removedv2.1.10
  5. Changed3 schema fields changedv2.1.9
    • removedInput schema / additionalProperties
      Removed value: -false
    • addedInput schema / properties / resolved
      Added value: +{
      +  "description": "Resolve or unresolve the note",
      +  "type": "boolean"
      +}
    • removedInput schema / required
      Removed value: -[
      -  "body"
      -]
  6. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

The description discloses that the tool mutates remote GitLab state, requires specific permissions, and returns validation/conflict/permission/rate-limit errors rather than silently failing. This goes beyond the sparse openWorldHint annotation and gives agents realistic expectations of side effects and failure modes.

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

Conciseness4/5

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

Three sentences with clear flow: purpose, usage alternative, and key constraints. The conditional phrasing for project/group IDs is slightly verbose but acceptable. It is well-paced and not redundant.

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?

For a 6-parameter mutation tool with no output schema, the description covers purpose, when to use, side effects, permissions, and parameter formatting. It does not detail param interdependencies, but that is not critical given the schema's 100% coverage and the tool's straightforward nature.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 100% of parameters, so the baseline is 3. The description adds value by instructing how to provide project_id/group_id (numeric ID or URL-encoded path) and reminding agents to follow schema documentation for required identifiers and pagination. This is helpful over the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Modify an existing issue thread note' — a specific verb and resource. It explicitly differentiates from create and discussion-only note tools, so an agent can select this tool without ambiguity.

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

Usage Guidelines5/5

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

It explicitly states when to use this tool (existing resource) versus alternatives ('choose the corresponding create tool for a new resource and a note tool for discussion-only text'). It also adds permission and error-handling context, making usage boundaries clear.

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