Skip to main content
Glama
DevquasarX9

gitlab-mcp-server

by DevquasarX9

Get Group Delivery Overview

gitlab_get_group_delivery_overview
Read-onlyIdempotent

Retrieve a group-level delivery overview including sampled projects, open merge requests, and open issues using a single GraphQL query.

Instructions

Aggregate a group-level delivery overview with sampled projects, open merge requests, and open issues through a single GraphQL query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes
issue_limitNo
output_formatNostructured
project_limitNo
assignee_limitNo
merge_request_limitNo
project_nested_limitNo
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive. The description adds that it uses aggregation and sampling, indicating not all data is returned, which is useful 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.

Conciseness3/5

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

The description is a single sentence, front-loaded with the verb 'Aggregate', but given 7 parameters, it is too concise and lacks structure like bullet points or parameter breakdown.

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?

No output schema exists, yet the description does not explain the return format or structure of the aggregated overview. It only mentions using a single GraphQL query, leaving the agent guessing about the output.

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?

The description mentions 'sampled projects, open merge requests, open issues' corresponding to project_limit, merge_request_limit, issue_limit, but ignores assignee_limit, output_format, and project_nested_limit. With 0% schema coverage, the description should cover more parameters.

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 aggregates a group-level delivery overview with sampled projects, open MRs, and open issues via a single GraphQL query. However, it does not differentiate from sibling tools like portfolio_delivery_overview or team_delivery_digest.

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 implies usage when a quick group overview with sampling is needed, but provides no explicit guidance on when to use it vs. alternatives or what prerequisites exist.

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

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