Skip to main content
Glama
albertor03

Jira QMetry MCP Server

by albertor03

Get Linked Test Cycles

get-test-case-test-cycles

Retrieve all test cycles linked to a specific test case version. Use to identify which cycles include a given test case.

Instructions

Get test cycles linked to a test case

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesRefer id from the response of API "Search Test Case".
sortNoPossible values - key,summary,estimatedTime,actualTime,status,priority,createdOn,updatedOn Pattern - sortField:sortOrder(asc/desc) For example if want to sorting on key in ascending order then need to pass key:asc
fieldsNoComma separated fields to be fetched.
startAtNoDefault 0
maxResultsNoDefault 50, Max 100
tcVersionNoYesTest Case version No. Refer {version.versionNo} from the response of API "Search Test Case".
Behavior2/5

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

No annotations provided; description is minimal and does not disclose safety, authentication needs, or response format. The agent cannot infer whether the operation is read-only or if any side effects occur.

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 concise sentence that front-loads the key action and resource. It is efficient, though slightly underspecified for the tool's complexity.

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?

Given 6 parameters (2 required), no output schema, and no annotations, the description lacks essential context such as pagination behavior, response structure, and the relationship between required parameters. The schema partially compensates, but overall completeness is low.

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 description coverage is 100% with detailed parameter descriptions (e.g., how to derive 'id' and 'tcVersionNo'). The description adds no additional parameter context beyond the schema, meeting the baseline for high coverage.

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 states the action (Get) and resource (test cycles linked to a test case). It distinguishes from siblings like 'get-qmetry-test-cycle' (single cycle by ID) and 'search-qmetry-test-cycles' (search), but could be more explicit about the input context.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives such as 'search-qmetry-test-cycles' or 'get-qmetry-linked-test-cases'. No prerequisites or exclusions mentioned.

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/albertor03/jira-qmetry-mcp'

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