Skip to main content
Glama

get_test_cases_advanced

Retrieve test cases from Zebrunner with advanced filtering options including automation state, date ranges, and suite hierarchy 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
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: '2024-01-01' or '2024-01-01T10:00:00Z')
created_beforeNoFilter test cases created before this date (ISO format: '2024-12-31' or '2024-12-31T23:59:59Z')
formatNoOutput formatjson
include_clickable_linksNoInclude clickable links to Zebrunner web UI
include_stepsNoInclude detailed test steps
modified_afterNoFilter test cases modified after this date (ISO format: '2024-01-01' or '2024-01-01T10:00:00Z')
modified_beforeNoFilter test cases modified before this date (ISO format: '2024-12-31' or '2024-12-31T23:59:59Z')
pageNoPage number (0-based)
project_keyYesProject key
root_suite_idNoFilter by root suite ID (includes all sub-suites)
sizeNoPage size (configurable via MAX_PAGE_SIZE env var)
suite_idNoFilter by direct parent suite ID (for child suites)

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