Skip to main content
Glama

Opik MCP Server

by comet-ml

get-trace-by-id

Retrieve a specific trace using its unique ID from the Opik MCP Server. Specify the trace ID and, optionally, a workspace name to access detailed trace information.

Instructions

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/comet-ml/opik-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server