Skip to main content
Glama

MCP Server for Coroot

configure_tracing

Enable and customize distributed tracing for applications by configuring sampling rates and specifying URL paths to exclude. Optimize trace collection for performance monitoring and analysis.

Instructions

Configure distributed tracing for an application.

Controls trace collection settings including sampling rate and paths to exclude from tracing.

Args: project_id: The project ID app_id: The application ID enabled: Whether to enable tracing sample_rate: Optional trace sampling rate (0.0-1.0) excluded_paths: Optional list of URL paths to exclude

Input Schema

NameRequiredDescriptionDefault
app_idYes
enabledYes
excluded_pathsNo
project_idYes
sample_rateNo

Input Schema (JSON Schema)

{ "properties": { "app_id": { "title": "App Id", "type": "string" }, "enabled": { "title": "Enabled", "type": "boolean" }, "excluded_paths": { "default": null, "title": "Excluded Paths" }, "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