Opik MCP Server

Official

get-opik-help

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