Skip to main content
Glama

Opik MCP Server

by comet-ml

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

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