get_sections
Fetch all test sections for a TestRail project, returning section IDs and names to use when adding test cases. Provide project ID and optional suite ID for multi-suite projects.
Instructions
Get all sections for a project. Returns section IDs and names that can be used with add_case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suite_id | No | The ID of the test suite (required for multi-suite projects, i.e. suite_mode=3). Use get_suites to find available suites | |
| project_id | Yes | The ID of the project. Use get_projects to find available projects | |
| output_file | No | Absolute file path to save the JSON response to. Use this for large datasets to avoid blowing up context limits. |