Skip to main content
Glama

Get HyperExecute Test Execution Details

tm.get_hyperExecuteTestDetails

Retrieve HyperExecute routing details (Job ID, Task ID, session ID) for an automation test execution using its automation_test_id. Use to link an execution to its HyperExecute Job.

Instructions

Retrieves one specific automation test execution's HyperExecute routing details by its automation_test_id (the same ID shown as 'Automation Test ID'/test_id by tm.get_testCaseInstancesByTestRunId, tm.get_testExecutionHistoryByTestCaseId, tm.get_testExecutionRCA, and as sessionID/testID by tm.get_hyperExecuteJobSessions). Returns its status, Job ID, Task ID, Stage ID, step/retry number, and session ID. THIS IS THE RECOMMENDED WAY to find which HyperExecute Job (tm.get_hyperExecuteJobById) an execution belongs to, when you already have an automation_test_id - fast and reliable, including for scheduled Test Manager runs. It requires the automation_test_id to already be known (from one of the tools above), and that instance must have actually reached a session (an instance that failed before a session was created has no automation_test_id at all, so there is nothing to look up here). Read-only; does not modify anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
automation_test_idYes
Behavior5/5

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

With no annotations, the description fully covers behavioral traits: it declares the tool is read-only, explains the prerequisite that the instance must have reached a session, and clarifies that failures before session creation have no automation_test_id. This transparency is thorough.

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 concise yet comprehensive, with a clear first sentence, a list of returned fields, and usage guidance. It could be slightly more compact, but it is well-structured and every sentence adds value.

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 lack of an output schema, the description adequately lists what is returned. It also contextualizes the tool within the sibling tools and explains the relationship. The complexity is well-addressed.

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 single parameter (automation_test_id) has 0% schema description coverage, but the description adds substantial meaning: it identifies the ID as the same shown by other tools and explains how to obtain it. This fully compensates for the schema gap.

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's function: retrieving HyperExecute routing details for a specific automation test execution by its automation_test_id. It lists the returned fields (status, Job ID, etc.) and distinguishes itself from siblings like tm.get_hyperExecuteJobSessions and tm.get_hyperExecuteJobById by focusing on a single execution's details.

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 recommends this tool as the way to find the HyperExecute Job for an automation_test_id, provides prerequisites (ID must be known from other tools), and notes limitations (instance must have reached a session). It lacks explicit when-not-to-use guidance, but the context is clear.

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