Skip to main content
Glama

delete_merge_request_discussion_note

Remove a specific comment from a GitLab merge request discussion thread to manage feedback and maintain clean code reviews.

Instructions

Delete a discussion note on a merge request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID or complete URL-encoded path to project
merge_request_iidNoThe IID of a merge request
discussion_idNoThe ID of a thread
note_idNoThe ID of a thread note

Implementation Reference

  • Input schema for the 'delete_merge_request_discussion_note' tool. Defines required parameters: project_id (inherited), merge_request_iid, discussion_id, and note_id. Used for input validation in the MCP tool implementation.
    export const DeleteMergeRequestDiscussionNoteSchema = ProjectParamsSchema.extend({ merge_request_iid: z.coerce.string().describe("The IID of a merge request"), discussion_id: z.coerce.string().describe("The ID of a thread"), note_id: z.coerce.string().describe("The ID of a thread note"), });

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