Opik MCP Server

Official

create-prompt

Generate a new prompt by defining its name with the Opik MCP Server, enabling easy creation and management of prompts for flexible integration across environments.

Instructions

Create a new prompt

Input Schema

NameRequiredDescriptionDefault
nameYesName of the prompt

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the prompt", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: hcctr0h0vs