Skip to main content
Glama
adama007

testlink-mcp-server

by adama007

close_build

Mark a build as closed or inactive within a test plan. Before using, confirm your TestLink server supports tl.closeBuild by listing available API methods.

Instructions

Mark a build as closed/inactive. CAVEAT: TestLink's public API has no dedicated close-build endpoint on most installations — run the list_available_api_methods tool first to confirm your server exposes tl.closeBuild.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buildIdYes
testPlanIdYes
Behavior4/5

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

No annotations are present, so the description carries the transparency burden. It discloses a critical behavioral trait (endpoint may not exist on most installations) and directs the user to verify beforehand. However, it omits other behavioral details like side effects or permission requirements.

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 a single, clear sentence followed by a caveat. It is concise, front-loaded, and contains no filler, making it easy to scan.

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?

For a simple two-parameter tool, the description provides the critical caveat but lacks additional context such as what 'closed/inactive' means functionally, any prerequisites, or how testPlanId relates to buildId. It is minimally viable but not fully complete.

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?

Schema description coverage is 0% and the description does not explain the two parameters (buildId, testPlanId) beyond their names. Since the description must compensate for the lack of schema documentation, this is a significant gap.

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 the tool's action ('Mark a build as closed/inactive') with a specific resource (build) and target state. This distinguishes it from sibling tools like create_build and list_builds.

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

Usage Guidelines4/5

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

Provides an explicit usage caveat: first run list_available_api_methods to confirm the endpoint exists. This is actionable guidance for when to use the tool, though it does not cover alternatives or non-caveat scenarios.

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/adama007/MCP-TESTLINK'

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