Select TraeCN Setting Option
traecn_select_setting_optionChoose a valid dropdown option for a setting using section, label, and value to apply and confirm the selection.
Instructions
Select one previously listed option for a dropdown setting identified by section and label, and confirm the applied selection. Only values returned by traecn_list_setting_options are valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Setting label exactly as returned by traecn_list_settings. | |
| value | Yes | Option value exactly as returned by traecn_list_setting_options. | |
| 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 that was written. | |
| value | No | Value applied to the setting. | |
| result | No | Driver-reported write outcome, including already-in-desired-state. | |
| 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. | |
| retryable | No | Whether retrying the same call can succeed later. | |
| nextAction | No | Suggested next step after a failure. | |
| conversationId | No | Stable TraeCN conversation identifier. |