Get Pipeline
gitlab_get_pipelineRetrieve a single pipeline's details from a GitLab project using its pipeline ID.
Instructions
Get one pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| pipeline_id | Yes |
gitlab_get_pipelineRetrieve a single pipeline's details from a GitLab project using its pipeline ID.
Get one pipeline.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| pipeline_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds no behavioral context beyond stating the operation, such as what data is returned, permission requirements, or side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
While short, the description is too minimal—only 4 words. It lacks structure, no complete sentence, and does not earn its place by providing value beyond the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of GitLab pipelines and the lack of output schema, the description is incomplete. It fails to explain the return format, pagination, or relationship to other pipeline operations, leaving the agent without sufficient context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning parameters are not documented in the schema. The description does not explain the purpose or constraints of the required 'pipeline_id' or optional 'project_id' parameters, leaving the agent without guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Get one pipeline' clearly states the action and resource, matching the tool name and title. However, it does not differentiate from sibling tools like gitlab_list_pipelines or gitlab_get_pipeline_job, which also work with pipelines.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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. No mention of prerequisites, context, or excluding other tools like gitlab_list_pipelines for listing pipelines or gitlab_get_pipeline_job for individual jobs.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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