Skip to main content
Glama
mrchris2000

MCP DevOps Test Server

by mrchris2000

prepare_test_download

Prepare a test result for download and extract the download ID from the location header, enabling retrieval of execution artifacts.

Instructions

Prepare test result download and extract download ID from location header

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultIdYesThe result ID from the test execution
projectIdYesThe ID of the project containing the test
Behavior2/5

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

With no annotations provided, the description must fully disclose behavior. It mentions extracting an ID from the location header, but does not clarify side effects, async behavior, success/failure implications, or what the returned ID represents. The single behavioral detail is insufficient for safe invocation.

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 single concise sentence that front-loads the core purpose. It avoids unnecessary words, though it packs two actions (prepare and extract) into one sentence, making it slightly dense.

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

Completeness2/5

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

The tool has two required parameters and no output schema, so the description should explain what the caller receives and how to use the extracted download ID. It does not state the return format, whether the download is asynchronous, or how to retrieve the actual file. The 'location header' mention assumes HTTP knowledge not provided elsewhere.

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?

Schema description coverage is 100%, with both projectId and resultId having clear descriptions. The tool description adds no additional parameter meaning, so the baseline of 3 is appropriate.

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 states a specific verb ('Prepare') and resource ('test result download'), and adds a distinguishing detail about extracting a download ID from the location header. This separates it from sibling tools like get_test_results, though the exact output behavior remains somewhat unclear.

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 when-to-use or when-not-to-use guidance is provided. The description implies use for downloading test results, but does not explain relationships with sibling tools or conditions under which this tool should be preferred over 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/mrchris2000/mcp-devops-test'

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