get_available_projects
Retrieve available Zebrunner projects with keys and IDs to enable dynamic project selection for test management workflows.
Instructions
๐๏ธ Discover available projects with their keys and IDs for dynamic project selection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| starred | No | Filter by starred projects (true=only starred, false=only non-starred, undefined=all) | |
| publiclyAccessible | No | Filter by public accessibility (true=only public, false=only private, undefined=all) | |
| format | No | Output format: raw API response or formatted data | formatted |
| includePaginationInfo | No | Include pagination metadata from projects-limit endpoint |