Skip to main content
Glama
albertor03

Jira QMetry MCP Server

by albertor03

Get Defects linked on Test Cycle executions

get-qmetry-test-cycle-linked-defects

Retrieve all defects linked to test cycle executions. Filter by status, priority, environment, and execution result for targeted analysis.

Instructions

Get all defects linked to test cycle executions with pagination and filtering support

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesRefer keyId from the response of API "Get Test Cycle"
sortNoRefer Parameters
fieldsNoRefer Parameters
filterNoFilter defects using fields: searchText (text in summary/issue key), status (defect status name), priority (defect priority name), testCaseKey (from Search Test Cases), environment (from Get environment), executionResult (from Get execution result), build (execution build name), removeDuplicates (true to get unique defects), linkedBetweenDates (two comma separated dates in dd/MM/yyyy,dd/MM/yyyy format), executionLevel (TEST_STEP_EXECUTION, TEST_CASE_EXECUTION, ALL)
startAtNoRefer Parameters
maxResultsNoRefer Parameters
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only mentions pagination and filtering support, but does not explain pagination behavior, rate limits, authentication needs, or any side effects. Minimal value added beyond the name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence, front-loaded with key information. However, it is too brief given the tool's complexity (6 parameters with nested objects). It could include more context without being verbose.

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?

No output schema exists, so the description should outline return values. It does not. For a complex tool with filtering and pagination, the description lacks crucial details about response structure, error handling, or default behavior. Incomplete for effective use.

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

Parameters2/5

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

While schema coverage is 100%, most parameter descriptions are unhelpful ('Refer Parameters'). Only the filter parameter has a detailed description. The description adds little new meaning beyond the schema, failing to explain the id parameter's role or how pagination parameters work together.

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 defects linked to test cycle executions, with pagination and filtering. The verb 'get' and resource 'defects linked to test cycle executions' are specific, and it distinguishes from sibling tools like get-qmetry-test-cycle-linked-test-cases which get test cases instead.

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?

There is no guidance on when to use this tool versus alternatives. No mention of prerequisites, when not to use, or how it differs from similar tools like get-test-cycle-requirements. The agent is left without context for selection.

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