Skip to main content
Glama

Opik MCP Server

by comet-ml

create-project

Generate and configure new projects or workspaces with defined names and descriptions using Opik MCP Server’s create feature. Simplify project setup and management for developers.

Instructions

Create a new project/workspace

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the project
nameYesName of the project
workspaceNameNoWorkspace name to use instead of the default

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Description of the project", "type": "string" }, "name": { "description": "Name of the project", "type": "string" }, "workspaceName": { "description": "Workspace name to use instead of the default", "type": "string" } }, "required": [ "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