Skip to main content
Glama
DevquasarX9

gitlab-mcp-server

by DevquasarX9

List Group Projects

gitlab_list_group_projects
Read-onlyIdempotent

List projects from a GitLab group using its ID. Optionally filter by search, paginate, or include subgroups.

Instructions

List projects within a group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
searchNo
group_idYes
per_pageNo
include_subgroupsNo
Behavior2/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 clear. However, the description adds no behavioral context such as pagination behavior, sorting defaults, or response format. With annotations present, the description does not add 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 very concise (one sentence) but under-specified given the five parameters. While it wastes no words, it lacks necessary details on parameters and usage. It is appropriately sized for a simple tool but incomplete.

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?

Given the tool has 5 parameters (1 required), no output schema, and annotations only cover safety, the description should at least mention pagination, search, and subgroup inclusion. It does not, making it incomplete for effective agent use.

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%, meaning no parameter descriptions in the input schema. The tool description does not explain any parameters, leaving the agent to infer from parameter names alone. The description fails to compensate for the schema gap.

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 projects within a group' clearly states the action (list) and the resource (projects within a group). It distinguishes from siblings like gitlab_search_projects or gitlab_list_accessible_projects by scoping to a specific group. However, it's slightly tautological with the tool name and lacks detail on scope (e.g., all projects, filtered?).

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_search_projects, gitlab_list_accessible_projects). No context on prerequisites or when not to use. The description provides zero usage direction.

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