Skip to main content
Glama

list_group_runners

List GitLab runners assigned to a specific group with optional filters for status, type, and tags to manage CI/CD infrastructure.

Instructions

List runners for a group (GET /groups/:id/runners).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
pausedNo
statusNo
group_idYes
per_pageNo
tag_listNo
runner_typeNo
version_prefixNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden. It implies a read operation but gives no details on pagination, filtering, response behavior, or required permissions. The schema lists many parameters, but the description does not explain their runtime effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is a single, clear sentence with no filler words, making it very concise and front-loaded. It could be more informative, but brevity is excellent.

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?

The description is too sparse for a tool with 8 parameters and no annotations. It lacks usage context, parameter semantics, and behavioral details. The presence of an output schema reduces the need to describe return values, but other contextual information is missing.

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 for any of the 8 parameters. The parameter names and types in the schema are the only source of semantics, so the description fails to compensate for the missing descriptions.

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 ('List') and resource ('runners for a group'), and includes the exact REST endpoint for disambiguation. This distinguishes it from sibling tools like list_project_runners and list_all_runners.

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 does not provide any guidance on when to use this tool versus alternatives. It simply states what it does without mentioning use cases, exclusions, or related tools.

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

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