List TraeCN Section Settings
traecn_list_settingsRetrieve individual settings and control types for a specified section to discover available options before making changes.
Instructions
List the individual settings and their control types within one section returned by traecn_list_setting_sections. Read-only discovery preceding any setting mutation; never guess a label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes | Section name exactly as returned by traecn_list_setting_sections. |
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. | |
| items | No | Settings in the section with their control types. | |
| 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. | |
| section | No | Section that was read. | |
| success | No | Whether the operation succeeded. | |
| sections | No | All visible section names. | |
| retryable | No | Whether retrying the same call can succeed later. | |
| nextAction | No | Suggested next step after a failure. | |
| conversationId | No | Stable TraeCN conversation identifier. |