Opik MCP Server

Official

get-opik-help

Access contextual help on Opik Comet's features, including prompts, projects, traces, metrics, or general guidance, through the MCP Server for efficient usage understanding.

Instructions

Get contextual help about Opik Comet's capabilities

Input Schema

NameRequiredDescriptionDefault
subtopicNoOptional subtopic for more specific help
topicYesThe topic to get help about (prompts, projects, traces, metrics, or general)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "subtopic": { "description": "Optional subtopic for more specific help", "type": "string" }, "topic": { "description": "The topic to get help about (prompts, projects, traces, metrics, or general)", "type": "string" } }, "required": [ "topic" ], "type": "object" }
ID: hcctr0h0vs