List TraeCN Settings Sections
traecn_list_setting_sectionsList visible setting sections in TraeCN's UI to identify valid names before making changes. Use this first to ensure accurate settings operations.
Instructions
List the settings sections currently visible in TraeCN's settings UI. Required first step for any settings operation; never guess a section name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Stable machine-readable result or error code. | |
| error | No | Error identifier or diagnostic when the operation failed. | |
| status | No | Stable operation or task status. | |
| taskId | No | Stable gateway task identifier. | |
| changed | No | Whether visible TraeCN state changed. | |
| message | No | Human-readable outcome summary. | |
| success | No | Whether the operation succeeded. | |
| sections | No | Visible settings section names in UI order. | |
| retryable | No | Whether retrying the same call can succeed later. | |
| nextAction | No | Suggested next step after a failure. | |
| conversationId | No | Stable TraeCN conversation identifier. |