Skip to main content
Glama
albertor03

Jira QMetry MCP Server

by albertor03

Update a Qmetry test step

update-qmetry-test-step

Update a test step's description, test data, and expected result for a specified test case version in QMetry.

Instructions

Update a Qmetry test step for a given test case

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noYesTest Case version No. Refer {version.versionNo} from the response of API "Search Test Case".
stepsYes
testCaseIdYesRefer id from the response of API "Search Test Case".
Behavior2/5

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

The description only says 'Update', implying mutation, but lacks details on whether the operation is destructive, if it replaces or modifies existing steps, or any required permissions. No annotations are available to supplement.

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 sentence and concise, but it is overly brief, omitting important details about the operation. It does not waste words but could be more informative.

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 with 3 required parameters and a nested steps array, the description is insufficient. It does not explain the steps array structure, how it interacts with existing steps, or what the id field references. No output schema is provided.

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?

The description adds no insight beyond the input schema. The schema descriptions for testData and expectedResult are swapped, causing confusion. With 67% coverage, the description fails to clarify the parameters' meanings.

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 verb 'Update' and the resource 'Qmetry test step', specifying it's for a given test case. This distinguishes it from create and delete tools, but it doesn't elaborate on which fields can be updated.

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 like create-qmetry-test-step or delete-qmetry-test-step. No prerequisites or context for usage are 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