Skip to main content
Glama
iampopovich

Allure TestOps MCP

by iampopovich

get_shared_step_usage

Identify which test cases use a specific shared step to assess impact before editing or archiving it.

Instructions

Get the list of test cases that use a specific shared step. Use this for impact analysis before editing or archiving a shared step: shows which test cases would be affected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesShared step ID. Must be a number (integer), not a string.
pageNoPage number, 0-based. Must be a number (integer), not a string.
sizeNoPage size. Must be a number (integer), not a string.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the purpose but does not disclose behavioral traits such as pagination behavior, rate limits, or required permissions. The description adds minimal behavioral context beyond the schema.

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?

Two sentences, front-loaded with purpose and usage guidance. No extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description gives a reasonable hint about the return ('list of test cases that use a specific shared step'). For a list tool with pagination parameters, it could be more explicit about the return structure, but it is fairly complete for its purpose.

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 coverage is 100% and the schema already provides clear descriptions for each parameter (e.g., 'Shared step ID. Must be a number (integer), not a string.'). The description adds no additional meaning beyond the schema, so baseline 3 applies.

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 the verb 'Get' and the resource 'list of test cases that use a specific shared step', distinguishing it from siblings like get_shared_step, get_shared_step_steps, and archive_shared_step.

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

Usage Guidelines5/5

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

Explicitly provides usage context: 'Use this for impact analysis before editing or archiving a shared step: shows which test cases would be affected.' This tells when and why to use the tool.

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/iampopovich/allure-testops-mcp'

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