Skip to main content
Glama

list_issues

Read-only

List GitLab issues with filters by project, assignee, author, labels, state, and more. Default scope shows issues created by the current user; use 'all' for all accessible issues.

Instructions

List issues (default: created by current user; use scope='all' for all)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID or URL-encoded path (optional - if not provided, lists issues across all accessible projects)
assignee_idNoReturn issues assigned to the given user ID (user id, none, or any). Mutually exclusive with assignee_username.
assignee_usernameNoReturn issues assigned to the given username. Mutually exclusive with assignee_id.
author_idNoReturn issues created by the given user ID. Mutually exclusive with author_username.
author_usernameNoReturn issues created by the given username. Mutually exclusive with author_id.
confidentialNoFilter confidential or public issues
created_afterNoReturn issues created after the given time
created_beforeNoReturn issues created before the given time
due_dateNoReturn issues that have the due date
labelsNoArray of label names
milestoneNoMilestone title
issue_typeNoFilter to a given type of issue. One of issue, incident, test_case or task
iteration_idNoReturn issues assigned to the given iteration ID. None returns issues that do not belong to an iteration. Any returns issues that belong to an iteration.
scopeNoReturn issues from a specific scope
searchNoSearch for specific terms
stateNoReturn issues with a specific state
updated_afterNoReturn issues updated after the given time
updated_beforeNoReturn issues updated before the given time
with_labels_detailsNoReturn more details for each label
pageNoPage number for pagination (default: 1)
per_pageNoNumber of items per page (max: 100, default: 20)
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description's main contribution is the default scope behavior. It does not disclose additional behavioral traits such as pagination limits (max 100 per page from schema) or potential rate limiting. While not contradictory, it adds limited value beyond annotations.

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 sentence that conveys the essential information without any extraneous content. It is front-loaded with the verb and resource, and the default behavior is clearly stated. Every word earns its place.

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?

Despite the large number of parameters (21) and no output schema, the description is very brief. It does not mention pagination, sorting, or the fact that issues from all projects are listed if project_id is omitted. Given the complexity, the description is incomplete; it relies heavily on the well-documented schema but fails to provide a high-level overview of the tool's full capabilities.

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 100% with descriptions for all 21 parameters. The description only adds information about the 'scope' parameter's default value, which is already partially covered by the schema's enum. For other parameters, the description adds no new meaning. Since schema coverage is high, the baseline is 3, but minimal added value reduces the score.

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 clearly states the verb 'list' and the resource 'issues', and it specifies the default scope (created by current user) and the alternative (use scope='all'). This distinguishes it from sibling tools like get_issue (single issue) and my_issues (likely similar but with different default). The purpose is specific and unambiguous.

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 gives a hint about using scope='all' for all issues, but it does not provide explicit guidance on when to use this tool versus alternatives like my_issues, nor does it discuss pagination, performance considerations, or prerequisites. It is minimally adequate but lacks comprehensive 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/zereight/gitlab-mcp'

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