get_complete_trace
Retrieve full trace details and metrics using a specific trace_id to debug and analyze AI agent performance in AgentOps MCP.
Instructions
Reserved for explicit requests for COMPLETE or ALL data. Get complete trace information and metrics by trace_id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
trace_id | Yes | Trace ID |
Input Schema (JSON Schema)
{
"properties": {
"trace_id": {
"description": "Trace ID",
"type": "string"
}
},
"required": [
"trace_id"
],
"type": "object"
}