Skip to main content
Glama

get_test_case_steps

Retrieve test case steps from QMetry Test Management for Jira with optional filters on step details, test data, or expected results, and support for pagination.

Instructions

POST …/teststeps/search (QTM4J GetTestStepRequest). Pagination: query startAt & maxResults (max 100). Body is {} to list all steps, or { filter: { stepDetails?, testData?, expectedResult? } } — no projectId in the filter. Optional sort is a query parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNoQMetry project ID (default: none)
testCaseIdYesInternal test case id
versionNoNo
startAtNo
maxResultsNo
sortNoe.g. seqNo:asc
stepDetailsContainsNo
testDataContainsNo
expectedResultContainsNo
useLatestVersionNoUse /versions/latest/… path
Behavior2/5

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

No annotations are provided, so the description must cover behavioral aspects. It mentions pagination and constraints like max 100 results and no projectId in the filter, but fails to disclose if the operation is read-only, what permissions are needed, or whether there are any side effects. This is a significant gap for an unannotated tool.

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 relatively short and front-loaded with the endpoint and purpose. It uses concise fragments to convey key information (pagination, body options, filter constraints). Some technical jargon (QTM4J GetTestStepRequest) may be confusing, but overall it is efficient.

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

Completeness2/5

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

With 10 parameters, no output schema, and no annotations, the description should be comprehensive. It covers pagination, body options, and sort, but omits the required testCaseId explanation, versionNo default behavior, useLatestVersion purpose, and what the response contains. This leaves significant gaps for an AI agent to use the tool correctly.

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 coverage is only 40%, and the description adds value by explaining the body structure and how to use the filter fields (stepDetailsContains, testDataContains, expectedResultContains). However, it does not explain the meaning of projectId, testCaseId, versionNo, or useLatestVersion beyond what the schema already provides. The description helps but is incomplete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as retrieving test steps via a POST request to a search endpoint. It specifies the resource (test steps) and action (list/search), and distinguishes from siblings like add_test_case_steps or update_test_case_step.

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

Usage Guidelines3/5

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

The description provides some usage context, such as pagination parameters and the option to filter by stepDetails, testData, or expectedResult. However, it does not explicitly state when to prefer this tool over others, nor does it mention prerequisites or typical use cases.

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/denis-platonov/qtm4j-mcp-server'

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