Skip to main content
Glama

get_devops_pipeline

Read-only

Retrieve details of a specific DevOps pipeline by providing its sys_id. Access pipeline information for monitoring and management.

Instructions

Get details of a specific DevOps pipeline

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sys_idYesPipeline sys_id
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, indicating a safe, read-only operation. The description adds no additional behavioral context beyond what annotations provide, so it meets the baseline but does not exceed it.

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, clear sentence that is front-loaded with the core purpose. There is no redundant or extraneous text, making it highly concise.

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 lack of an output schema, the description should ideally hint at the structure or nature of the returned details. It does not, leaving the agent without information on what data will be provided. The sibling 'list_devops_pipelines' likely returns summaries, but this tool's response format is unspecified.

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

Parameters3/5

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

The sole parameter 'sys_id' is already described in the input schema as 'Pipeline sys_id'. The description adds no further semantic meaning or examples, and schema coverage is 100%, so baseline of 3 is appropriate.

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 'Get details of a specific DevOps pipeline' clearly states the action (get details) and the resource (DevOps pipeline). It distinguishes from the sibling 'list_devops_pipelines' by specifying 'specific'. However, it does not elaborate on what 'details' entail, which slightly reduces clarity.

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 explicit when-to-use or when-not-to-use guidance is provided. While it is implicitly for retrieving a single pipeline versus listing all pipelines, there is no mention of prerequisites or context such as ownership or permissions.

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/aartiq/nowaikit'

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