Skip to main content
Glama

MCP Server for Coroot

get_db_instrumentation

Retrieve instrumentation settings for specific database types (MySQL, PostgreSQL, Redis, MongoDB, Memcached) by providing project and application details.

Instructions

Get database instrumentation configuration.

Retrieves instrumentation settings for a specific database type.

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

Input Schema

NameRequiredDescriptionDefault
app_idYes
db_typeYes
project_idYes

Input Schema (JSON Schema)

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