testrail_list_sections
List sections (folders) inside a TestRail project. For multi-suite projects, suiteId is REQUIRED (TestRail rejects the call without it). For single-suite projects, suiteId is optional. Returns id + name + parent_id + depth so the agent can render the section tree to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suiteId | No | Suite id — required for multi-suite projects, optional for single-suite | |
| projectId | Yes | TestRail project id |