Skip to main content
Glama

list_issue_discussions

Retrieve all discussions and comments for a specific issue in a GitLab project to track conversation history and collaborative problem-solving.

Instructions

List discussions for an issue in a GitLab project

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or URL-encoded path
issue_iidYesThe internal ID of the project issue
pageNoPage number for pagination (default: 1)
per_pageNoNumber of items per page (max: 100, default: 20)

Input Schema (JSON Schema)

{ "properties": { "issue_iid": { "description": "The internal ID of the project issue", "type": "number" }, "page": { "description": "Page number for pagination (default: 1)", "type": "number" }, "per_page": { "description": "Number of items per page (max: 100, default: 20)", "type": "number" }, "project_id": { "description": "Project ID or URL-encoded path", "type": "string" } }, "required": [ "project_id", "issue_iid" ], "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