Skip to main content
Glama

analyze_test_cases_duplicates_semantic

Identify duplicate test cases using semantic analysis and LLM-powered clustering to optimize test suites and reduce redundancy in QA workflows.

Instructions

🧠 Advanced semantic duplicate analysis using LLM-powered step clustering and two-phase analysis

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_keyYesProject key (e.g., 'ANDROID', 'IOS')
suite_idNoOptional: Analyze specific test suite ID
test_case_keysNoOptional: Analyze specific test case keys instead of suite
similarity_thresholdNoTest case similarity threshold percentage (50-100, default: 80)
step_clustering_thresholdNoStep clustering threshold percentage (50-100, default: 85)
analysis_modeNoAnalysis mode: basic (fast), semantic (LLM-powered), hybrid (both)hybrid
use_step_clusteringNoEnable two-phase clustering (step clusters first, then test case clusters)
use_medoid_selectionNoUse medoid-based representative selection instead of heuristic
include_semantic_insightsNoGenerate semantic insights about workflows and patterns
formatNoOutput formatmarkdown
include_similarity_matrixNoInclude detailed similarity matrix in output
include_clickable_linksNoInclude clickable links to Zebrunner web UI (markdown format only)
Behavior2/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 of behavioral disclosure. While it mentions 'advanced semantic duplicate analysis' and 'two-phase analysis,' it fails to describe critical behaviors such as computational intensity, potential rate limits, authentication requirements, or what the output looks like (e.g., clusters, insights). For a complex tool with 12 parameters, this is a significant gap.

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, efficient sentence that front-loads key information ('Advanced semantic duplicate analysis') and uses emojis and technical terms appropriately. Every word earns its place, making it highly concise and well-structured for quick comprehension.

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 (12 parameters, no annotations, no output schema), the description is incomplete. It lacks details on behavioral traits, output format expectations, and usage context. While the schema covers parameters well, the description doesn't address the broader operational context needed for effective tool invocation.

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 schema already documents all 12 parameters thoroughly. The description adds no additional meaning about parameters beyond what's in the schema (e.g., it doesn't explain how 'step_clustering_threshold' interacts with 'similarity_threshold' or clarify the 'hybrid' mode). With high schema coverage, the baseline is 3, and the description doesn't compensate with extra insights.

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 tool performs 'semantic duplicate analysis' using 'LLM-powered step clustering and two-phase analysis,' which is a specific verb+resource combination. However, it doesn't explicitly differentiate from its sibling 'analyze_test_cases_duplicates' (which likely performs basic duplicate analysis), leaving some ambiguity about when to choose one over the other.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, compare with sibling tools like 'analyze_test_cases_duplicates,' or specify scenarios where this advanced analysis is preferred over basic methods. This leaves the agent without context for tool 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/maksimsarychau/mcp-zebrunner'

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