list_sections
List sections in a TestRail suite, returning their IDs, names, and parent IDs. Defaults to project and suite from environment variables.
Instructions
List sections in a suite, returning {id, name, parent_id}.
Defaults to TESTRAIL_PROJECT_ID / TESTRAIL_SUITE_ID from env when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| suite_id | No | ||
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |