testrail_add_section
Creates a new section in a TestRail project, optionally nested under a parent section. Use to organize test cases and runs.
Instructions
Create a new section in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the section | |
| suite_id | No | Optional suite ID | |
| parent_id | No | Optional parent section ID (for nested sections) | |
| project_id | Yes | The ID of the project | |
| description | No | Optional description |