Skip to main content
Glama
DrBoria

md-gitlab-mcp

by DrBoria

get_issue

Retrieve full details of a single GitLab issue using the project namespace, repository path, and issue IID. Access issue state, labels, and description.

Instructions

Get details of a specific issue in a GitLab repository

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesProject path/name (e.g. 'pro-portal-onboarding-and-retention')
ownerYesProject namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID
issueIidYesThe IID of the issue to retrieve

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

There are no annotations, so the description carries the full burden of behavioral disclosure. It only says 'Get details,' which conveys a read-only intent but does not mention authentication needs, potential error behavior, or what fields/details are included in the response. For a tool with no output schema and no annotations, this is a meaningful transparency gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, direct sentence with no filler or redundancy. It is front-loaded with the core action and resource, making it easy for an agent to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple retrieval tool with fully documented parameters, this is minimally sufficient. However, the lack of annotations and absence of an output schema mean the description should say a bit more about what 'details' includes or what to expect from the response.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and each parameter already has a clear description, so the description does not need to add much. The phrase 'specific issue' weakly reinforces the issueIid parameter, but the description adds no new parameter-level meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Get details') and names the exact resource ('a specific issue in a GitLab repository'). This clearly distinguishes it from siblings like list_issues, which retrieve multiple issues, and from creating or updating issues.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies that the tool is for retrieving a single issue, which is useful context, but it does not explicitly state when to prefer it over alternatives like list_issues or search_issues. No when-not-to-use guidance or alternative tool names are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/DrBoria/md-gitlab-mcp'

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