Skip to main content
Glama

MCP Server for Coroot

configure_profiling

Enable or disable continuous CPU and memory profiling for applications on the Coroot observability platform, and adjust sampling rates to optimize performance data collection.

Instructions

Configure CPU and memory profiling for an application.

Enables or disables continuous profiling and sets the sampling rate for collecting CPU and memory profiles.

Args: project_id: The project ID app_id: The application ID enabled: Whether to enable profiling sample_rate: Optional sampling rate (0.0-1.0)

Input Schema

NameRequiredDescriptionDefault
app_idYes
enabledYes
project_idYes
sample_rateNo

Input Schema (JSON Schema)

{ "properties": { "app_id": { "title": "App Id", "type": "string" }, "enabled": { "title": "Enabled", "type": "boolean" }, "project_id": { "title": "Project Id", "type": "string" }, "sample_rate": { "default": null, "title": "Sample Rate" } }, "required": [ "project_id", "app_id", "enabled" ], "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