Skip to main content
Glama

get_test_cases_advanced

Retrieve test cases from Zebrunner with advanced filtering by automation state, date ranges, and pagination for precise test management.

Instructions

๐Ÿ“Š Advanced test case retrieval with filtering and pagination (โœจ Enhanced with automation state and date filtering) โš ๏ธ IMPORTANT: Use 'suite_id' for direct parent suites, 'root_suite_id' for root suites that contain sub-suites. ๐Ÿ’ก TIP: Use 'get_test_cases_by_suite_smart' for automatic suite type detection!

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_keyYesProject key
suite_idNoFilter by direct parent suite ID (for child suites)
root_suite_idNoFilter by root suite ID (includes all sub-suites)
include_stepsNoInclude detailed test steps
automation_statesNoFilter by automation state(s). Can be: single name ('Not Automated'), single ID (10), array of names (['Not Automated', 'To Be Automated']), array of IDs ([10, 12]), or mixed array (['Not Automated', 12])
created_afterNoFilter test cases created after this date (ISO format: '2025-01-01' or '2025-01-01T10:00:00Z')
created_beforeNoFilter test cases created before this date (ISO format: '2025-12-31' or '2025-12-31T23:59:59Z')
modified_afterNoFilter test cases modified after this date (ISO format: '2025-01-01' or '2025-01-01T10:00:00Z')
modified_beforeNoFilter test cases modified before this date (ISO format: '2025-12-31' or '2025-12-31T23:59:59Z')
formatNoOutput formatjson
pageNoPage number (0-based)
sizeNoPage size (configurable via MAX_PAGE_SIZE env var)
include_clickable_linksNoInclude clickable links to Zebrunner web UI

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