Skip to main content
Glama

get_build_config

Read-onlyIdempotent

Retrieve details of a build configuration by providing its build type ID.

Instructions

Get details of a build configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buildTypeIdYesBuild type ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
projectIdNo
projectNameNo
hrefNo
webUrlNo
pausedNo
descriptionNo
Behavior3/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, which fully inform the agent of safety and idempotency. The description adds no additional behavioral context, such as access requirements or response format, but does not contradict annotations.

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 very concise at 8 words, with no wasted content. It is front-loaded with the core purpose, though it could be slightly more structured.

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 complexity of having many sibling tools and an output schema, the description could be more specific about what 'details' includes. The output schema covers return values, so it is adequate but not above average.

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 input schema has 100% description coverage for the single parameter 'buildTypeId', so the schema fully documents its meaning. The description does not add further semantics beyond the schema.

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 the tool retrieves details of a build configuration, using a specific verb and resource. However, it does not distinguish itself from sibling tools like get_build, get_project, etc., which also retrieve details of their respective entities.

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?

There is no guidance on when to use this tool versus alternatives such as get_build or list_build_configs. The description does not provide any usage context or exclusions.

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/Daghis/teamcity-mcp'

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