Skip to main content
Glama

Opik MCP Server

by comet-ml

update-project

Modify project details such as name, description, or workspace in Opik MCP Server to ensure accurate and up-to-date project management and organization.

Instructions

Update a project

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew project description
nameNoNew project name
projectIdYesID of the project to update
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": "New project description", "type": "string" }, "name": { "description": "New project name", "type": "string" }, "projectId": { "description": "ID of the project to update", "type": "string" }, "workspaceName": { "description": "Workspace name to use instead of the default", "type": "string" } }, "required": [ "projectId" ], "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