Skip to main content
Glama
kirchik95

TestOps MCP Server

by kirchik95

create-test-case

Creates a new test case with name, description, tags, links, members, status, automation, precondition, and expected result in a specified project.

Instructions

Create a new test case. Supports setting name, description, tags, links, and members. For custom fields, issues, relations, requirements, and test keys — create the test case first, then use dedicated set-* tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTest case name
tagsNoTags
linksNoExternal links
membersNoMembers with roles (user IDs and role IDs)
fullNameNoFull name (e.g. class path)
statusIdNoStatus ID (get from workflow). Common: Active, Draft, Deprecated
automatedNoIs automated
projectIdYesProject ID (required)
descriptionNoDescription
testLayerIdNoTest layer ID. Common layers: UI, API, Unit
preconditionNoPrecondition
expectedResultNoExpected result
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does not mention side effects, permissions, error conditions, or the return value. For a creation tool with many parameters, more transparency is needed.

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?

Two sentences, no wasted words. The description is front-loaded with purpose and immediately provides key usage guidance. Highly concise.

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?

Given the tool's complexity and lack of output schema, the description adequately covers what the tool does and what it doesn't do, directing users to sibling tools for advanced functionality. It could mention the response (e.g., returns the created test case) but overall is sufficient.

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%, so the schema already explains each parameter. The description adds context by listing some supported fields and advising to use set-* tools for others, but does not significantly enhance understanding beyond the schema.

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 verb 'Create' and the resource 'test case', and it distinguishes this tool from siblings by noting that advanced features like custom fields and issues should be handled by dedicated set-* tools after creation.

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?

The description explicitly advises to create the test case first and then use set-* tools for custom fields, issues, etc., providing clear guidance on when not to use this tool and suggesting alternatives. However, it could be more explicit about prerequisites or specific 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/kirchik95/testops-mcp'

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