Skip to main content
Glama

Opik MCP Server

by comet-ml

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" }

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