Opik MCP Server

Official

get-trace-by-id

Get a single trace by ID

Input Schema

NameRequiredDescriptionDefault
traceIdYesID of the trace to fetch
workspaceNameNoWorkspace name to use instead of the default

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "traceId": { "description": "ID of the trace to fetch", "type": "string" }, "workspaceName": { "description": "Workspace name to use instead of the default", "type": "string" } }, "required": [ "traceId" ], "type": "object" }