Skip to main content
Glama
DevquasarX9

gitlab-mcp-server

by DevquasarX9

Get Group

gitlab_get_group
Read-onlyIdempotent

Retrieve details of a GitLab group by providing its ID or full path.

Instructions

Retrieve a single GitLab group by ID or full path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds the detail about accepting both ID and full path, but does not disclose any other behavioral traits like rate limits or error handling.

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 with no wasted words. It immediately conveys the core purpose and key parameter format. The front-loading is effective.

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

Completeness3/5

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

Despite having no output schema, the description is adequate for a simple read operation. However, it could be improved by briefly noting typical response fields (e.g., includes group name, visibility) or that it returns a single group object. The lack of this information makes it slightly incomplete for ideal decision-making.

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

Parameters4/5

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

Schema coverage is 0% (no parameter descriptions in schema). The description's mention of 'by ID or full path' significantly clarifies the meaning of the group_id parameter, indicating it can be either a numeric ID or a string path. This compensates for the lack of schema-level documentation.

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 action ('Retrieve') and resource ('a single GitLab group') along with the lookup methods ('by ID or full path'). This distinguishes it well from sibling tools that list or search groups.

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 is provided on when to use this tool versus alternatives like gitlab_get_group_delivery_overview or gitlab_list_accessible_groups. There are no exclusions or prerequisites mentioned.

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