Skip to main content
Glama
albertor03

Jira QMetry MCP Server

by albertor03

Get linked test cases for a requirement

get-qmetry-linked-test-cases

Fetch all test cases linked to a specific Jira requirement in QMetry. Supply the issue ID to retrieve associated test cases.

Instructions

Get all test cases linked to a specific requirement (Jira issue) in Qmetry

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesJira Requirement Id. Example: "10000"
sortNoPattern fieldName:order, eg: key:asc
fieldsNoFields to be fetched. Multiple comma separated values also possible. Example: "fixVersions"summary,priority,status
filterNoFilter results by fields
startAtNodefault 0
maxResultsNoDefault 50, Max 100
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the basic purpose and does not disclose behavioral traits such as pagination (startAt, maxResults), sorting, filtering behavior, or what happens if no links exist. The description lacks necessary context for an agent to understand side effects or limitations.

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?

The description is a single, front-loaded sentence that conveys the core purpose without excess words. Every word is necessary.

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 the lack of output schema and annotations, the description is incomplete. It does not describe the return format, the effect of parameters like 'fields' or 'filter', or the context of use. For a tool with 6 parameters, more detail is needed.

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%, so the input schema already documents all parameters adequately. The description adds no additional meaning beyond what the schema provides, meeting the baseline of 3.

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 title and description clearly state the tool's purpose: 'Get all test cases linked to a specific requirement (Jira issue) in Qmetry'. The verb 'Get' and resource 'test cases linked to a requirement' are specific. It distinguishes itself from sibling tools like 'link-' or 'search-' tools.

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 implies usage for retrieving linked test cases, but provides no explicit guidance on when to use this tool versus alternatives (e.g., 'search-qmetry-test-cases'). No when-not instructions or alternative tool mentions.

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