Skip to main content
Glama
albertor03

Jira QMetry MCP Server

by albertor03

Create a Qmetry test case

create-qmetry-test-case

Create test cases in QMetry for Jira with summary, steps, and folder assignment. Set priority, status, assignee, automation flag, and custom fields.

Instructions

Create a Qmetry test case

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYesArray of test steps with details, test data, and expected results
labelsNoArray of label Ids,Refer id from the response of API "Get labels".
sprintNoJira sprint ID
statusNoRefer id from the response of API "Get Test Case Status".
summaryYesName of Test Case.
assigneeNoJira user Account ID
folderIdYesRefer id from the response of API "Get test case folders". If you want to create a folder at the root level, pass "-1".
priorityNoRefer id from the response of API "Get Priorities".
reporterNoJira user Account ID
projectIdYesRefer id from the response of API "Get QMetry Enabled Projects".
componentsNoArray of component Id and for componentId refer id from the response of API "Get components".
descriptionNoDescription of Test Case
fixVersionsNoList of JIRA fix version ID
isAutomatedNoWhether testcase is automated or not - true or false
customFieldsNoCustom fields JSON object with field IDs as keys. Refer to "Get Test Case Custom Fields" to get available custom fields.
preconditionNoPrecondition of Test Case
estimatedTimeNoPass string in HH:MM:SS format.
Behavior2/5

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

With no annotations, the description must convey behavioral traits. It only states the action ('create') but provides no details on idempotency, side effects, or what happens on duplicate inputs. The lack of output schema and description of return values further reduces transparency.

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 concise (one sentence) and front-loaded, but it is too terse. It fails to provide necessary information about the tool's behavior or context. Conciseness is positive, but it sacrifices completeness.

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 tool's complexity (17 parameters, no annotations, no output schema), the description is severely lacking. It does not explain the purpose of creating a test case, required preconditions, error cases, or dependencies on other API calls. The schema helps with parameters, but high-level context is missing.

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 baseline is 3. The description adds no additional meaning beyond the schema; it does not summarize parameters or clarify relationships. The schema itself is well-documented, so the description does not need to compensate, but it also does not enhance understanding.

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

Purpose2/5

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

Tautological: description restates name/title.

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 is provided on when to use this tool versus alternatives. The schema shows required fields (summary, projectId, folderId, steps) but the description does not mention prerequisites (e.g., needing to call other APIs for IDs), when-not to use it, or any alternative tools. This leaves the agent without context.

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