Skip to main content
Glama

List issues

gitlab_list_issues
Read-only

List GitLab issues for a project, group, or the whole instance with filters such as state, labels, search, and milestone.

Instructions

Lists issues for a project, a group, or the whole instance (omit project_id and group_id) with the usual filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iidsNoFetch specific issue iids
pageNoPage number (default 1)
sortNo
limitNoCap for all_pages (default 500)
scopeNo
stateNo
labelsNoLabel names; use `None` or `Any` for special filters
searchNoFree-text search in title and description
group_idNoList issues of a group instead of a project
order_byNo
per_pageNoItems per page, max 100 (default 20)
all_pagesNoFollow pagination and return up to `limit` items across pages
milestoneNo
project_idNoProject id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID.
confidentialNo
created_afterNoISO 8601
updated_afterNo
created_beforeNo
updated_beforeNo
author_usernameNo
assignee_usernameNo
my_reaction_emojiNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the useful behavior of omitting IDs to get instance-wide issues, but it does not disclose pagination behavior, response format, or filter semantics, which are relevant for a list tool. This is adequate but not rich.

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 front-loads the main verb and resource, then lists the scope options and mentions filters. Every word earns its place; no redundant or vague filler.

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 22 parameters and no output schema, the description is far too brief to be complete. It does not explain how to combine filters, default pagination behavior, or how project_id falls back to environment variables, all of which are critical for an agent to invoke this tool correctly. The description leaves too much implicit.

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 description coverage is only 45%, with many parameters (e.g., updated_after, author_username, assignee_username) undocumented. The description says 'usual filters' but does not compensate by explaining any of these parameters or clarifying their semantics. The description adds minimal value over the sparse 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 clearly states the tool lists issues, with scoping to project, group, or whole instance, distinguishing it from sibling tools like gitlab_get_issue (single issue) and gitlab_create_issue. The verb 'lists' and resource 'issues' are specific, and the scope options 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 Guidelines4/5

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

The description provides clear context on which scopes are available (project, group, instance) and how to select the instance-wide scope by omitting IDs. It does not explicitly exclude alternatives or state when not to use it, but the usage context is clear enough for a straightforward list operation.

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

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