Skip to main content
Glama

delete_issue

Remove issues from GitLab projects by specifying project ID and issue internal ID to manage project workflows.

Instructions

Delete an issue from a GitLab project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID or URL-encoded path
issue_iidNoThe internal ID of the project issue

Implementation Reference

  • Input schema definition for the 'delete_issue' MCP tool, specifying required parameters: project_id and issue_iid for deleting a GitLab issue.
    export const DeleteIssueSchema = z.object({ project_id: z.coerce.string().describe("Project ID or URL-encoded path"), issue_iid: z.coerce.string().describe("The internal ID of the project issue"), });

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