Skip to main content
Glama

Create Test Manager Test Cases

tm.create_testCases

Create test cases in a project with titles, descriptions, preconditions, and tags. Optionally assign them to a folder.

Instructions

Creates one or more test cases in a LambdaTest Test Manager project, in a single batch call. Each test case has a title (required), an optional description, optional preconditions, and any number of tags (zero or more). Requires the project ID; folder_id is optional - pass it (use tm.get_foldersByProjectId to find a folder's ID) to place the test cases in a specific folder, or omit it to let the API place them in the project's default 'Untitled' root folder. Use this when the user wants to add new test cases to a project. Do not use this to update an existing test case, and do not call it speculatively - creating test cases is a real, persistent action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idNo
project_idYes
test_casesYes
Behavior4/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. It discloses that creating test cases is a real, persistent action (destructive behavior), mentions batch operation, and explains optional folder_id default behavior. However, it does not mention authorization requirements, rate limits, or return format, which are minor gaps.

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 paragraph but well-structured: starts with main purpose, details parameters, then provides usage guidelines. Slightly verbose in places but effective. Could be broken into separate sentences for clarity, but overall it is concise enough.

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 no output schema and no annotations, the description covers core behavior, parameter meanings, usage guidance, and side effects. However, it does not explain what the tool returns (e.g., IDs of created test cases), which would be helpful. This is a minor gap, but the description is otherwise rich.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no descriptions (0% coverage). The description adds significant meaning: explains project_id is required, folder_id optional with guidance to find it, and details the test_cases array structure with required title and optional description, preconditions, tags. This fully compensates for the schema's lack of descriptions.

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 creates one or more test cases in a LambdaTest Test Manager project. It specifies the action (creates), resource (test cases), and context (single batch call). It distinguishes from siblings like tm.update_testCase by specifying 'do not use this to update an existing test case'.

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

Usage Guidelines5/5

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

The description provides explicit guidance: use when user wants to add new test cases, do not use for updates, and do not call speculatively because it is a real, persistent action. It also suggests using tm.get_foldersByProjectId to find folder ID, offering a clear alternative.

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/prakhar-gahlot/TestMu-AI-Test-Manager-MCP'

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