Skip to main content
Glama

MCP Server for Coroot

update_project_settings

Modify project settings including retention and alerting configurations on the MCP Server for Coroot. Input project ID and updated settings to apply changes.

Instructions

Update project settings and configuration.

Updates project-level settings such as retention, alerting, etc.

Args: project_id: Project ID settings: Updated project settings

Input Schema

NameRequiredDescriptionDefault
project_idYes
settingsYes

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "string" }, "settings": { "additionalProperties": true, "title": "Settings", "type": "object" } }, "required": [ "project_id", "settings" ], "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