Skip to main content
Glama

MCP Server for Coroot

create_project

Initialize a new Coroot project by specifying a unique name. Ensures the project name adheres to specific format rules for integration with the observability platform.

Instructions

Create a new project.

Creates a new Coroot project with the specified name. The name must contain only lowercase letters, numbers, and hyphens.

Args: name: Project name (must match ^a-z0-9?$)

Input Schema

NameRequiredDescriptionDefault
nameYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "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/jamesbrink/mcp-coroot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server