Skip to main content
Glama
Pawangunjkar

Jenkins MCP Server

by Pawangunjkar

jenkins_get_queue

List all jobs currently waiting in the Jenkins build queue, showing their position and the reason each is pending, so you can identify bottlenecks and understand what is blocking scheduled builds.

Instructions

List all items currently in the Jenkins build queue.

Shows queued jobs waiting to be built, their position, and why they're waiting.

Args: session_name: Jenkins session to use

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_nameNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It is a read-only operation, but nothing confirms this explicitly (no mention of it being safe or non-destructive, which is important given the large family of mutating sibling tools). It also doesn't describe the return format or what the output contains beyond 'position and why they're waiting'.

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 compact and efficiently written with a clear one-line purpose, followed by brief result context and a single Args section. Every sentence earns its place with no fluff or redundancy.

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

Completeness3/5

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

This is a simple read-only listing tool with a single parameter and an output schema present. The description fronts the purpose and result summary well. However, given no annotations, it could have mentioned safe/read-only nature, and it could more explicitly distinguish itself from jenkins_get_queue_item for querying individual queue entries. Adequate but with room for improvement.

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?

With schema description coverage at 0%, the description's 'Args: session_name: Jenkins session to use' provides the key semantic for the single parameter. The schema only supplies type ('string') and default ('default'), so the description adds the meaning that session_name identifies which Jenkins session to use — helpful but minimal.

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 clearly states 'List all items currently in the Jenkins build queue' with a specific verb ('list') and resource ('build queue'). It also adds useful context about what's shown (jobs waiting, position, reason for waiting). It doesn't explicitly distinguish from sibling tools like jenkins_get_queue_item, but the distinction is reasonably clear.

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 guidance on when to use this tool versus alternatives such as jenkins_get_queue_item, jenkins_status, or jenkins_get_executor_status. There's no 'when to use' or 'when not to use' context provided, and no mention of prerequisites like the session needing to be connected via jenkins_connect.

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/Pawangunjkar/jenkins-mcp'

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