Skip to main content
Glama

get_label

Retrieve a specific label from a GitLab project using the project ID and label identifier to access label details and configurations.

Instructions

Get a single label from a project

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or URL-encoded path
label_idYesThe ID or title of a project's label
include_ancestor_groupsNoInclude ancestor groups

Input Schema (JSON Schema)

{ "properties": { "include_ancestor_groups": { "description": "Include ancestor groups", "type": "boolean" }, "label_id": { "description": "The ID or title of a project's label", "type": "string" }, "project_id": { "description": "Project ID or URL-encoded path", "type": "string" } }, "required": [ "project_id", "label_id" ], "type": "object" }

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