Skip to main content
Glama
bun913

TestRail MCP Server

by bun913

addSuite

Add a test suite to a TestRail project to group related test cases.

Instructions

Creates a new test suite in the specified project / 指定されたプロジェクトに新しいテストスイートを作成します

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesTestRail Project ID where the suite will be created / スイートを作成するTestRailプロジェクトID
nameYesName of the test suite / テストスイートの名前
descriptionNoDescription of the test suite (optional) / テストスイートの説明(任意)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that the tool creates a suite, but does not mention any behavioral traits such as whether the operation is destructive, idempotent, requires specific permissions, or what happens on failure. The description is too minimal to ensure an agent understands the consequences of invoking this tool.

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: two short sentences with no unnecessary words. It includes bilingual text effectively. Every sentence serves a purpose. It is front-loaded with the key action and context.

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?

Given the tool is a creation operation with no output schema, the description should at least hint at the return value (e.g., the new suite's ID) or any side effects (e.g., triggers email notifications). It does not. For a tool with three parameters, some contextual completeness is missing, making it less useful for an agent to fully understand outcomes.

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 all three parameters, with bilingual descriptions. The tool's description adds no additional parameter meaning beyond what the schema already provides. According to rules, when schema coverage is high, baseline is 3, and this description meets that baseline without adding extra value.

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 creates a new test suite in a specified project. It's specific about the verb and resource, and the mention of 'specified project' adds context. However, it does not differentiate from sibling tools like addCase, which also create, but the resource type is different.

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?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention any preconditions or exclusions. With sibling tools like addCase and updateSuite, an agent would benefit from knowing when to create versus update a suite, but no such guidance is given.

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