get_or_create_section
Resolve a section hierarchy like 'Auth > Login' by creating any missing parent sections, returning the section ID and path.
Instructions
Resolve a section hierarchy like Auth > Login > Edge Cases,
creating missing parents as needed. Returns {"section_id": int, "path": str}.
Defaults to TESTRAIL_PROJECT_ID / TESTRAIL_SUITE_ID from env when not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suite_id | No | ||
| hierarchy | Yes | ||
| project_id | No |