get_folders
Retrieve folders from Zephyr Scale with optional filters by project, type, or path. Use folder_path to return the full subtree under a given path.
Instructions
Get folders from Zephyr Scale. All parameters are optional. If folder_path is provided, returns the full subtree (the folder and all its descendants at every depth) under that path. Otherwise returns all folders matching the filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | No | Folder path to filter by (e.g., "/CRM on Wechat"). Returns the matching folder and all folders nested beneath it at any depth. Requires project_key and folder_type to resolve the path. | |
| folder_type | No | Folder type filter (optional) | |
| max_results | No | Maximum total number of folders to return (optional). Defaults to all folders. | |
| project_key | No | Jira project key filter (e.g., "PROJ"). Optional. |