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