Create TraeCN Conversation
traecn_create_conversationCreate a new TraeCN conversation and make it the active target for subsequent operations. Call this tool once per new context to start an isolated session, returning the conversation identity.
Instructions
Create a new TraeCN conversation and make it the active target. Every call creates an additional conversation, so call at most once per genuinely new context. Returns the created conversation identity.
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. | |
| action | No | Conversation operation performed. | |
| status | No | Stable operation or task status. | |
| taskId | No | Stable gateway task identifier. | |
| changed | No | Whether visible TraeCN state changed. | |
| deleted | No | Number of conversations removed (delete only). | |
| 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. | |
| actualTitle | No | Title actually visible at decision time (delete mismatch only). | |
| recoverable | No | Always false for deletion; the gateway cannot restore conversations. | |
| expectedTitle | No | Title compared against the visible conversation (delete mismatch only). | |
| conversationId | No | Stable TraeCN conversation identifier. |