Skip to main content
Glama

MCP Server for Coroot

update_db_instrumentation

Configure database instrumentation and monitoring for MySQL, PostgreSQL, Redis, MongoDB, and Memcached in Coroot. Specify project, application, and database type to manage monitoring settings.

Instructions

Update database instrumentation configuration.

Configures how Coroot instruments and monitors a specific database.

Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) db_type: Database type (mysql, postgres, redis, mongodb, memcached) config: Instrumentation configuration

Input Schema

NameRequiredDescriptionDefault
app_idYes
configYes
db_typeYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "app_id": { "title": "App Id", "type": "string" }, "config": { "additionalProperties": true, "title": "Config", "type": "object" }, "db_type": { "title": "Db Type", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "app_id", "db_type", "config" ], "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