Skip to main content
Glama

delete_merge_request_note

Remove a comment from a GitLab merge request to maintain clean discussions and accurate feedback.

Instructions

Delete an existing merge request note

Input Schema

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

Implementation Reference

  • Input schema definition for the 'delete_merge_request_note' MCP tool, defining parameters project_id, merge_request_iid, and note_id for deleting a note on a GitLab merge request.
    export const DeleteMergeRequestNoteSchema = ProjectParamsSchema.extend({ merge_request_iid: z.coerce.string().describe("The IID of a merge request"), 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