List TraeCN Conversations
traecn_list_conversationsList active TraeCN conversations to obtain stable identifiers for context-scoped tools. Use this read-only endpoint to select or verify the conversation before proceeding.
Instructions
List the conversations available in the current TraeCN mode with stable identifiers accepted by conversation-scoped tools. Read-only; call when choosing or verifying conversation context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Stable machine-readable result or error code. | |
| mode | No | TraeCN mode the list belongs to (solo, ide, unknown). | |
| error | No | Error identifier or diagnostic when the operation failed. | |
| 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. | |
| conversations | No | Conversations with stable identifiers. | |
| conversationId | No | Stable TraeCN conversation identifier. |