List TraeCN Setting Options
traecn_list_setting_optionsList available choices for a specific dropdown setting by providing its section and label. Use this to view valid options before selecting a value.
Instructions
List the visible choices of one dropdown-style setting identified by section and label. Required before select_setting_option; never invent an option value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Setting label exactly as returned by traecn_list_settings. | |
| 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. | |
| label | No | Setting label whose choices were read. | |
| 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. | |
| options | No | Selectable option texts in UI order. | |
| section | No | Section containing the setting. | |
| success | No | Whether the operation succeeded. | |
| retryable | No | Whether retrying the same call can succeed later. | |
| nextAction | No | Suggested next step after a failure. | |
| conversationId | No | Stable TraeCN conversation identifier. |