Skip to main content
Glama

update_issue_note

Modify an existing note in a GitLab issue thread to update information, correct errors, or add clarifications.

Instructions

Modify an existing issue thread note

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID or complete URL-encoded path to project
issue_iidYesThe IID of an issue
discussion_idYesThe ID of a thread
note_idYesThe ID of a thread note
bodyYesThe content of the note or reply

Implementation Reference

  • Zod schema defining the input parameters for the 'update_issue_note' tool, including project_id, issue_iid, discussion_id, note_id, and body.
    export const UpdateIssueNoteSchema = ProjectParamsSchema.extend({ issue_iid: z.number().describe("The IID of an issue"), discussion_id: z.string().describe("The ID of a thread"), note_id: z.number().describe("The ID of a thread note"), body: z.string().describe("The content of the note or reply"), });
  • Type export for the UpdateIssueNoteSchema used by the update_issue_note tool.
    export type UpdateIssueNoteOptions = z.infer<typeof UpdateIssueNoteSchema>;

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

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