Skip to main content
Glama

Opik MCP Server

by comet-ml

create-prompt-version

Generate new prompt versions by specifying a name, template, and commit message to maintain organized and updated AI interactions within the Opik MCP Server.

Instructions

Create a new version of a prompt

Input Schema

NameRequiredDescriptionDefault
commit_messageYesCommit message for the prompt version
nameYesName of the original prompt
templateYesTemplate content for the prompt version

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "commit_message": { "description": "Commit message for the prompt version", "type": "string" }, "name": { "description": "Name of the original prompt", "type": "string" }, "template": { "description": "Template content for the prompt version", "type": "string" } }, "required": [ "name", "template", "commit_message" ], "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