get_sections
Retrieve all sections from a TestRail project to obtain section IDs and names needed for adding test cases.
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 |
|---|---|---|---|
| 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. |