allure_list_projects
Discover all projects in Allure TestOps to obtain project IDs, names, and abbreviations needed for other tools.
Instructions
List all projects in the Allure TestOps instance.
Use this first to discover which project IDs exist — all other tools
take a project_id that you can look up here.
Returns:
dict with keys:
- count (int): number of projects in this response
- projects (list): each item has id, name, abbreviation
Examples:
- "Which projects exist in Allure?" -> default call, take the names/ids
- "Find project by abbreviation" -> iterate projects and match
Don't use when:
- You already know the project id (skip discovery, go straight to the target tool).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 0-based page number. | |
| size | No | Items per page (1-500). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| projects | Yes |