Opik MCP Server

Official

get-opik-examples

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