Opik MCP Server

Official

get-opik-examples

Retrieve practical examples for using Opik Comet's API to accomplish specific tasks such as creating prompts, analyzing traces, or monitoring costs.

Instructions

Get examples of how to use Opik Comet's API for specific tasks

Input Schema

NameRequiredDescriptionDefault
taskYesThe task to get examples for (e.g., 'create prompt', 'analyze traces', 'monitor costs')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "task": { "description": "The task to get examples for (e.g., 'create prompt', 'analyze traces', 'monitor costs')", "type": "string" } }, "required": [ "task" ], "type": "object" }
ID: hcctr0h0vs