Skip to main content
Glama

Opik MCP Server

by comet-ml

update-prompt

Modify prompt names in the Opik MCP Server by specifying the prompt ID and new name, enabling quick updates to meet project requirements.

Instructions

Update a prompt

Input Schema

NameRequiredDescriptionDefault
nameYesNew name for the prompt
promptIdYesID of the prompt to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "New name for the prompt", "type": "string" }, "promptId": { "description": "ID of the prompt to update", "type": "string" } }, "required": [ "promptId", "name" ], "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