Skip to main content
Glama

GitLab MCP Server

by Alosies

list_issues

Retrieve and filter issues from a GitLab project by state, labels, assignee, author, or search terms to track and manage project tasks.

Instructions

List issues in a project

Input Schema

NameRequiredDescriptionDefault
assignee_idNoFilter by assignee user ID
author_idNoFilter by author user ID
labelsNoComma-separated list of labels
per_pageNoNumber of results per page (max 100)
project_idYesProject ID or path
scopeNoReturn issues with the given scope (optional)
searchNoSearch issues by title and description
stateNoFilter by issue stateopened

Input Schema (JSON Schema)

{ "properties": { "assignee_id": { "description": "Filter by assignee user ID", "type": "number" }, "author_id": { "description": "Filter by author user ID", "type": "number" }, "labels": { "description": "Comma-separated list of labels", "type": "string" }, "per_page": { "default": 20, "description": "Number of results per page (max 100)", "maximum": 100, "type": "number" }, "project_id": { "description": "Project ID or path", "type": "string" }, "scope": { "description": "Return issues with the given scope (optional)", "enum": [ "created_by_me", "assigned_to_me", "all" ], "type": "string" }, "search": { "description": "Search issues by title and description", "type": "string" }, "state": { "default": "opened", "description": "Filter by issue state", "enum": [ "opened", "closed", "all" ], "type": "string" } }, "required": [ "project_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/Alosies/gitlab-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server