Skip to main content
Glama

Get Test Manager Test Case by ID

tm.get_testCaseById

Retrieve complete details and current snapshot_id of a test case by ID, a required step before updating it.

Instructions

Retrieves the full details of a single LambdaTest Test Manager test case by its exact test case ID: title, description, priority, status, preconditions, tags, attachments (both the test case's own and each step's own, shown with their file_key for reuse with tm.update_testCase), test steps, BDD scenarios, dynamic fields, Jira links, folder path, and its current snapshot_id. Use this when the test case ID is already known, to inspect its full content, or as a required first step before updating it with tm.update_testCase - that endpoint requires the snapshot_id returned here, fetched fresh (not cached) immediately before the update. Do not use this to search or list test cases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_case_idYes
Behavior4/5

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

No annotations provided, so description carries full burden. It details return content and the importance of snapshot_id for updates, but does not mention potential errors or authorization needs. Overall, good behavioral disclosure.

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 front-loaded with the main action and well-structured, but the exhaustive list of return fields makes it slightly verbose. It efficiently communicates key information without redundancy.

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

Completeness5/5

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

Given the simple tool (1 param, no output schema), the description is highly complete. It covers return content, usage context, prerequisite for update, and differentiation from similar tools. No critical gaps.

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

Parameters4/5

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

Schema coverage is 0%, so description must compensate. It implicitly defines the single parameter by stating 'by its exact test case ID', but could be more explicit about format or validation. Still, sufficient for understanding parameter purpose.

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 it retrieves full details of a test case by ID, lists specific fields, and explicitly distinguishes from search/list tools, making the purpose unambiguous.

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?

Explicitly says when to use (known ID, inspect content, prerequisite for update) and when not (search/list). Provides clear usage context and exclusions.

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