Skip to main content
Glama

get_test_cases_by_suite_smart

Retrieve test cases from a Zebrunner test suite with smart detection of root suites, automatic sub-suite inclusion, and flexible pagination options for efficient test management.

Instructions

🧠 Smart test case retrieval by suite ID - automatically detects if suite is root suite and uses appropriate filtering with enhanced pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_keyYesProject key (e.g., 'MCP')
suite_idYesSuite ID to get test cases from
include_stepsNoInclude detailed test steps for first few cases
formatNoOutput formatjson
get_allNoGet all test cases (true) or paginated results (false)
include_sub_suitesNoInclude test cases from sub-suites (if any)
pageNoPage number (0-based, only used if get_all=false)
sizeNoPage size (only used if get_all=false)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds some context: 'smart' behavior with automatic root suite detection and 'enhanced pagination' hints at adaptive filtering and pagination features. However, it lacks details on permissions, rate limits, error handling, or what 'enhanced pagination' entails (e.g., performance implications). The description doesn't contradict annotations, but it's insufficient for a mutation-like tool (implied retrieval).

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: smart retrieval, suite ID focus, automatic detection, and enhanced pagination. Every element earns its place with no redundant or vague phrasing, making it highly concise and well-structured.

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

Completeness3/5

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

Given the tool's complexity (8 parameters, smart logic) and lack of annotations or output schema, the description is moderately complete. It covers the core purpose and hints at behavioral traits but lacks details on return values, error cases, or how the 'smart' detection works in practice. For a retrieval tool with many parameters, more context would be helpful, but it's minimally adequate.

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 8 parameters thoroughly. The description adds no parameter-specific semantics beyond implying that 'suite_id' triggers smart detection logic. It doesn't explain interactions between parameters (e.g., how 'get_all' affects pagination) or provide usage examples. Baseline 3 is appropriate as the schema does the heavy lifting.

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's purpose: 'Smart test case retrieval by suite ID' specifies the verb (retrieval) and resource (test cases). It distinguishes itself by mentioning 'smart' behavior with automatic detection of root suites and enhanced pagination. However, it doesn't explicitly differentiate from sibling tools like 'get_test_cases_advanced' or 'get_all_tcm_test_cases_by_project' beyond the 'smart' aspect.

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 context through 'automatically detects if suite is root suite and uses appropriate filtering,' suggesting this tool handles root vs. non-root suite scenarios intelligently. However, it doesn't explicitly state when to use this tool versus alternatives like 'get_test_cases_advanced' or 'get_all_tcm_test_cases_with_root_suite_id,' nor does it provide exclusion criteria or prerequisites.

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