trace_create
Create an execution trace to audit multi-step agent workflows. Start a trace, add steps as the operation proceeds, then complete it for a full record.
Instructions
Create an execution trace to track a multi-step agent workflow.
Start a trace before a complex operation, add steps as you go, then complete it. Traces provide a full audit of agent reasoning.
Args: name: Name describing this trace (e.g. "research-and-summarize"). metadata: Optional JSON string with additional metadata.
Returns: JSON string with trace_id and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |