Opik MCP Server

Official

get-prompt-by-id

Retrieve a specific prompt by its ID using the Opik MCP Server. Easily access prompts integrated with IDEs and other environments for streamlined workflow management.

Instructions

Get a single prompt by ID

Input Schema

NameRequiredDescriptionDefault
promptIdYesID of the prompt to fetch

Input Schema (JSON Schema)

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