Skip to main content
Glama

List Merge Requests

gitlab_list_merge_requests
Read-onlyIdempotent

Retrieve merge requests for a GitLab project with filters like assignee, author, labels, and state to manage code reviews efficiently.

Instructions

List merge requests for a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wipNo
pageNo
sortNo
scopeNo
stateNo
labelsNo
searchNo
order_byNo
per_pageNo
author_idNo
milestoneNo
project_idNo
assignee_idNo
reviewer_idNo
created_afterNo
source_branchNo
target_branchNo
updated_afterNo
created_beforeNo
updated_beforeNo
author_usernameNo
assignee_usernameNo
reviewer_usernameNo
with_labels_detailsNo
approved_by_usernamesNo
Behavior2/5

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

The annotations already indicate a safe, idempotent read operation. The description adds no behavioral details beyond 'List...' – no mention of pagination, result ordering, or that the tool returns a list. Does not contradict annotations.

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 – very concise. However, it lacks structure or addition of critical details. While front-loaded with the action, it sacrifices necessary information for brevity.

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 the tool has 25 optional parameters, no output schema, and limited annotations, the description is severely incomplete. It fails to mention filtering, pagination, or that the tool returns a list of MR objects. The agent lacks context to use parameters effectively.

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?

Schema description coverage is 0%, and the description provides no explanation of any of the 25 parameters. Agents must guess parameter meanings from names alone, which is insufficient for a tool with optional filters like `scope`, `state`, `labels`, and `search`.

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 the verb 'List' and the resource 'merge requests for a project.' It distinguishes from sibling tools like `gitlab_get_merge_request` (single MR) and `gitlab_list_merge_request_notes` (notes), but it could mention that the tool supports filtering via many parameters.

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. For example, it doesn't mention that unlike `gitlab_get_merge_request`, this returns multiple MRs, or how it differs from `gitlab_list_issues`. No context on when filtering is needed.

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