Skip to main content
Glama

get_build_console_output

Retrieve console output from a Jenkins build, with optional regex filtering and line limits.

Instructions

Get the console output of a specific build in Jenkins

Args: fullname: The fullname of the job number: The number of the build, if None, get the last build pattern: Optional regex pattern to filter lines (only matching lines are returned) offset: Number of lines to skip from the beginning after filtering, default 0 limit: Maximum number of lines to return after filtering and offset

Returns: The console output of the build

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullnameYes
numberNo
patternNo
offsetNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations exist, so description bears full burden. It implies a read-only operation via 'Get', but does not explicitly state safety, error conditions (e.g., build not found), or output format beyond 'console output'. Filtering behavior is described, but full transparency is lacking.

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 standard docstring with a one-line purpose followed by parameter explanations. It is front-loaded and contains no fluff, though it could be slightly more concise without losing information.

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?

Given the presence of an output schema (relieving need to describe return type), the description covers parameters and basic behavior. However, it lacks usage examples, error handling notes, and context about when to apply filters. For a tool with 5 parameters and filtering logic, it is adequate but not comprehensive.

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?

With 0% schema description coverage, the description compensates well. Each parameter (fullname, number, pattern, offset, limit) is explained with semantics like 'regex pattern to filter lines' and 'if None, get the last build'. The order of operations (filtering then offset/limit) is clarified.

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 'Get the console output of a specific build in Jenkins', using a specific verb and resource. It differentiates from siblings like get_build, get_build_artifact, and get_build_test_report by specifying 'console output'.

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 vs alternatives. While the purpose is clear, with 32 sibling tools, the description does not provide context such as 'use this for raw console logs' or mention alternatives.

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

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