Skip to main content
Glama
mikedotJS
by mikedotJS

List GitLab issues

gitlab_issues_list

List GitLab issues for a project with support for filtering by state, labels, and assignee.

Instructions

List issues for a project using glab issue list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesProject path or numeric ID, e.g. 'gitlab-org/cli'
stateNoopened
labelsNoComma-separated label names
assigneeNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only says 'List issues' and references a CLI command, but does not disclose pagination, sorting, rate limits, authentication requirements, or any side effects.

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

Conciseness3/5

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

The description is a single sentence, which is efficient, but it lacks essential details. Conciseness is achieved at the cost of completeness, making it minimally helpful.

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

Completeness2/5

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

With 4 parameters and no output schema, the tool is moderately complex. The description fails to explain return format, pagination, filtering behavior, or typical use cases, leaving significant gaps.

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?

Schema coverage is 50%, but the description adds no additional meaning beyond what the input schema already provides. For example, the 'assignee' parameter has no schema description and no description compensation.

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?

The description clearly states it lists issues for a project, combining a specific verb and resource. It distinguishes from sibling tools like gitlab_mrs_list and gitlab_pipelines_list by targeting issues, but does not explicitly differentiate within the description.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like gitlab_api or gitlab_mrs_list. There is no mention of prerequisites, exclusions, or typical usage context.

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

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