Opik MCP Server

Official

get-metrics

Retrieve metrics data from the Opik MCP Server. Filter by date range, project ID, project name, or specific metric to analyze and monitor system performance effectively.

Instructions

Get metrics data

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO format (YYYY-MM-DD)
metricNameNoOptional metric name to filter
projectIdNoOptional project ID to filter metrics
projectNameNoOptional project name to filter metrics
startDateNoStart date in ISO format (YYYY-MM-DD)

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" }, "metricName": { "description": "Optional metric name to filter", "type": "string" }, "projectId": { "description": "Optional project ID to filter metrics", "type": "string" }, "projectName": { "description": "Optional project name to filter metrics", "type": "string" }, "startDate": { "description": "Start date in ISO format (YYYY-MM-DD)", "type": "string" } }, "type": "object" }
ID: hcctr0h0vs