Skip to main content
Glama

List GitLab issues

list_issues
Read-onlyIdempotent

Retrieve and filter issues from a single GitLab project using search, state, labels, and assignee criteria to support triage workflows.

Instructions

List or search issues in one GitLab project with common triage filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sortNo
scopeNo
stateNo
labelsNo
searchNo
projectYesGitLab project ID or full path such as group/project.
order_byNo
per_pageNo
milestoneNo
confidentialNo
updated_afterNo
updated_beforeNo
author_usernameNo
assignee_usernameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesGitLab response normalized for model use.
Behavior3/5

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

Description indicates search/list behavior and one-project scope. Annotations (readOnlyHint=true, openWorld=true, idempotent=true, destructive=false) corroborates a read/search operation and do not conflict. But behavior detail such as auth requirements, rate limits, pagination, or relation to labels is not detailed.

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?

One sentence, two lines, front-loaded with action (List/search + scope + filters). Everything earns its place, and the JSON schema covers the parameter details. Highly concise.

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?

Reasonable input schema (15 params but only one description, and output undefined? With annotations, siblings in the environment, output schema present). But no prerequisites, edge cases, and not enough details about interactions/project context. Very important for once!

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

Parameters2/5

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

Only 1 of 15 parameters (project) has a meaningful description; most of the parameters (page, per_page, sort, search, labels, etc.) rely on the schema alone, whose coverage is only 7 percent. The description does not make up for such low coverage.

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

Purpose4/5

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

States a specific action (list/search) on a specific resource (issues in one GitLab project) and includes common triage filters. Distinguishes from siblings? It is not explicit, but the single project scope and filter set imply boundaries. Sibling list_global_issues may cover all projects; this description is scoped, but no alternatives are explicitly mentioned.

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?

Provides clear context for use ('common triage filters') but does not explicitly state when to use this versus list_global_issues, get_issue and search_issues.

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

Install Server

Other Tools

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

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