Skip to main content
Glama

List Issues

gitlab_list_issues
Read-onlyIdempotent

List GitLab project issues filtered by assignee, author, labels, milestone, state, and other criteria.

Instructions

List issues in project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
scopeNo
stateNo
labelsNo
searchNo
due_dateNo
per_pageNo
author_idNo
milestoneNo
issue_typeNo
project_idNo
assignee_idNo
confidentialNo
iteration_idNo
created_afterNo
updated_afterNo
created_beforeNo
updated_beforeNo
author_usernameNo
assignee_usernameNo
with_labels_detailsNo
Behavior2/5

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

Annotations already provide readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds no behavioral context beyond what annotations declare, such as pagination, result format, or that it returns a list. No additional value.

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 concise (4 words) and front-loaded, but it is too sparse to be useful. It sacrifices informativeness for brevity, and each word doesn't earn its place because it doesn't help the agent understand the tool's functionality.

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

Completeness1/5

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

Given 21 parameters, no schema description, and no output schema, the description is woefully incomplete. The agent has no information on how to filter, paginate, or what the response structure is. This is a complex tool with zero contextual completeness.

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

Parameters1/5

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

With schema description coverage at 0% and 21 parameters, the description provides no parameter meanings. The phrase 'in project' hints at project_id but gives no details on filters, pagination, or required fields. The description fails to compensate for the 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?

The description 'List issues in project' clearly states the verb (list) and resource (issues). It distinguishes from siblings like gitlab_get_issue (single issue) and gitlab_list_work_items (different entity type), though it doesn't explicitly differentiate from gitlab_my_issues or other list tools.

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?

No guidance on when to use this tool versus alternatives (e.g., gitlab_my_issues for personal issues, gitlab_get_issue for a single issue, or filtering options). The description implies listing in a project but doesn't specify prerequisites or 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/mcpland/gitlab-mcp'

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