Skip to main content
Glama
bun913

TestRail MCP Server

by bun913

getTest

Retrieve complete details for a single test from TestRail, including status, type, and results, using the test ID to access all fields.

Instructions

Retrieves complete details for a single test, including all fields such as status, type, and results / 単一のテストの完全な詳細(ステータス、タイプ、結果などのすべてのフィールドを含む)を取得します

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
testIdYesTestRail Test ID
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses read-only behavior via 'Retrieves' and lists returned fields (status, type, results), but lacks details on error handling (e.g., invalid testId), authentication requirements, or rate limits that would be critical for agent operation.

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 bilingual format (English/Japanese) is efficiently structured with the core value proposition front-loaded. Despite dual language overhead, every clause serves a purpose—defining scope, operation, and return payload without redundant filler.

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?

For a low-complexity tool (1 parameter, no nested objects), the description is sufficiently complete. It compensates for the missing output schema by enumerating key returned fields (status, type, results), though it could mention error cases for full completeness.

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% (testId is documented as 'TestRail Test ID'), establishing a baseline of 3. The description adds no explicit parameter guidance, but given the complete schema coverage and single parameter, no additional semantic clarification is necessary.

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 uses specific verb 'Retrieves' with resource 'test' and explicitly scopes it to 'single test', effectively distinguishing it from sibling tool 'getTests' (plural) and other getters like 'getCase' or 'getRun'. The phrase 'complete details' clarifies the depth of data returned.

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 implies usage through the word 'single', suggesting contrast with 'getTests' for bulk retrieval, but provides no explicit when-to-use/when-not-to-use guidance, prerequisites (e.g., needing a valid testId), or named 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/bun913/mcp-testrail'

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