Set TraeCN Setting Text
traecn_set_setting_textEnter a text value into a specific TraeCN setting using section and label, then confirm the field contains it.
Instructions
Enter one text value into the setting field identified by section and label, and confirm what the field contains afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text content to enter into the field. | |
| 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 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. |