Opik MCP Server

Official

get-trace-stats

Analyze trace statistics by specifying project details, date range, and workspace to monitor performance and identify patterns in Opik MCP Server environments.

Instructions

Get statistics for traces

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO format (YYYY-MM-DD)
projectIdNoProject ID to filter traces
projectNameNoProject name to filter traces
startDateNoStart date in ISO format (YYYY-MM-DD)
workspaceNameNoWorkspace name to use instead of the default

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endDate": { "description": "End date in ISO format (YYYY-MM-DD)", "type": "string" }, "projectId": { "description": "Project ID to filter traces", "type": "string" }, "projectName": { "description": "Project name to filter traces", "type": "string" }, "startDate": { "description": "Start date in ISO format (YYYY-MM-DD)", "type": "string" }, "workspaceName": { "description": "Workspace name to use instead of the default", "type": "string" } }, "type": "object" }
ID: hcctr0h0vs