Skip to main content
Glama

delete_label

Remove a label from a GitLab project to clean up issue tracking and project organization by specifying the project and label identifiers.

Instructions

Delete a label from a project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID or URL-encoded path
label_idYesThe ID or title of a project's label

Implementation Reference

  • Zod input schema defining parameters for the delete_label tool: project_id (string) and label_id (string). This validates the tool's input.
    export const DeleteLabelSchema = z.object({ project_id: z.string().describe("Project ID or URL-encoded path"), label_id: z.string().describe("The ID or title of a project's label"), });

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