Skip to main content
Glama

Opik MCP Server

by comet-ml

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/comet-ml/opik-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server