get_span
Retrieve detailed span information and metrics using a specific span ID for enhanced observability and debugging of AI agent runs with AgentOps MCP.
Instructions
Get span information and metrics by span_id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
span_id | Yes | Span ID |
Input Schema (JSON Schema)
{
"properties": {
"span_id": {
"description": "Span ID",
"type": "string"
}
},
"required": [
"span_id"
],
"type": "object"
}