Skip to main content
Glama

Get Test Manager Test Execution History by Jira ID

tm.get_testExecutionHistoryByJiraId

Retrieves the full execution history of test cases linked to a Jira issue, including status, timestamps, environment, and execution counts.

Instructions

Retrieves the execution history of every LambdaTest Test Manager test case linked to a given Jira issue ID (e.g. 'PROJ-123'): each recorded run's status, which test case and test run it belongs to, start/end time, framework, test type (automation/manual), browser/OS/device environment, and automation test ID, plus overall executed/planned execution counts. Use this to see how all test cases tied to a Jira ticket have performed. If the Jira ID has no linked executions, returns an empty history rather than an error. Read-only; does not modify anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jira_issue_idYes
Behavior5/5

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

No annotations provided, so description carries full burden. It explicitly states 'Read-only; does not modify anything', and discloses behavior for missing data ('returns an empty history rather than an error'). This provides clear expectations without annotations.

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: first details what is retrieved and the output fields, second states usage and behavior (empty history, read-only). No fluff, all information earns its place, front-loaded with key action.

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 one parameter, no output schema, and no annotations, the description provides rich detail: output fields, error handling, read-only nature, and usage context. It is fully adequate for correct tool selection and invocation.

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?

Only one parameter `jira_issue_id` with 0% schema description coverage. The description adds value by explaining the format ('e.g. 'PROJ-123'') and context, which is not present in the schema (only type and required). This compensates for the lack of schema description.

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 'Retrieves' and resource 'execution history of every LambdaTest Test Manager test case linked to a given Jira issue ID', provides an example format ('PROJ-123'), and lists output fields. It distinguishes from sibling `get_testExecutionHistoryByTestCaseId` by specifying Jira ID linkage.

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 tells when to use ('Use this to see how all test cases tied to a Jira ticket have performed') and describes behavior when no linked executions (returns empty history, not error). While it does not explicitly state when NOT to use or suggest alternatives, the purpose is clear enough to differentiate from sibling tools.

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