Opik MCP Server

Official

list-prompts

Retrieve a paginated list of Opik prompts to access and manage prompt collections efficiently. Customize results by specifying page number and items per page for streamlined integration.

Instructions

Get a list of Opik prompts

Input Schema

NameRequiredDescriptionDefault
pageYesPage number for pagination
sizeYesNumber of items per page

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Page number for pagination", "type": "number" }, "size": { "description": "Number of items per page", "type": "number" } }, "required": [ "page", "size" ], "type": "object" }
ID: hcctr0h0vs