Skip to main content
Glama

get_item_config

Retrieve the configuration of a specific Jenkins item using its full name.

Instructions

Get specific item config from Jenkins

Args: fullname: The fullname of the item

Returns: The config of the item

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullnameYes

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 must carry full burden. It only states 'Get...config' without confirming it is a read-only operation or discussing auth requirements. Given the absence of annotations, more detail is needed.

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 with a clear docstring format (Args/Returns). Every sentence provides essential information, and there is no fluff.

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?

Given the tool's simplicity (one parameter) and the existence of an output schema, the description is largely complete. It covers the input and high-level output, though it could be more explicit about the output format.

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

Parameters2/5

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

The single parameter 'fullname' is described only as 'The fullname of the item', adding minimal value beyond the schema. No explanation of format, examples, or how to find the fullname. With 0% schema description coverage, the description should compensate but does not.

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 it gets the config of a specific Jenkins item, distinguishing it from siblings like get_item (likely returns metadata) and get_item_parameters (returns parameters). The verb 'Get' and resource 'specific item config' are precise.

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?

The description explains that fullname is required, but lacks explicit guidance on when to use this tool versus alternatives such as get_item or get_item_parameters. It is adequate but could be improved with context on when not to use it.

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