Skip to main content
Glama

Pipeline Status

get_status
Read-onlyIdempotent

Retrieve live pipeline status showing queued and running builds, with optional filters by tenant, project, or pipeline.

Instructions

Live pipeline status showing what's currently queued/running.

Args: tenant: Tenant name (uses default if empty) pipeline: Filter to a specific pipeline name project: Filter to a specific project active_only: Only show pipelines with active items (default true)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenantNo
projectNo
pipelineNo
active_onlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already provide readOnlyHint: true, idempotentHint: true, destructiveHint: false, which cover safety. The description adds that the status is 'live' and that active_only defaults to true, but does not disclose other behaviors like refresh rate, pagination, or output format. Given annotations handle major transparency needs, a score of 3 is appropriate.

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 extremely concise: one line of purpose followed by a bullet-like list of parameters. Every line adds value, no filler. The main purpose is front-loaded, making it efficient for an AI agent to parse.

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

Completeness4/5

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

With an output schema existing (not shown), the description does not need to explain return values. All four optional parameters are explained. However, the description does not clarify whether 'live' implies real-time updates or a point-in-time snapshot, and does not mention limitations like rate limits or result size. Minor gaps prevent a score of 5.

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 description coverage is 0%, so the description must explain parameters. It does so with concise comments: 'tenant: Tenant name (uses default if empty)', 'active_only: Only show pipelines with active items (default true)'. These add meaning beyond the schema types and defaults, though more detail on filter interactions would be beneficial.

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 'Live pipeline status showing what's currently queued/running.' This specifically identifies the resource (pipeline status) and the action (showing live status), distinguishing it from sibling tools like get_build (specific build) or list_builds (listing all builds).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. The description implies it is for an overview of pipeline status, but does not mention when not to use it (e.g., for detailed build logs) or contrast with siblings like get_build_failures or get_build_times.

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/imatza-rh/mcp-zuul'

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