Skip to main content
Glama

MCP Server for Coroot

configure_logs

Set up and manage log collection for an application by enabling/disabling collection, defining minimum log levels, and excluding specific patterns via regex on the MCP Server for Coroot.

Instructions

Configure log collection settings for an application.

Controls which logs are collected and processed, including log level filtering and pattern exclusions.

Args: project_id: The project ID app_id: The application ID enabled: Whether to enable log collection level: Optional minimum log level (debug, info, warn, error) excluded_patterns: Optional regex patterns to exclude

Input Schema

NameRequiredDescriptionDefault
app_idYes
enabledYes
excluded_patternsNo
levelNo
project_idYes

Input Schema (JSON Schema)

{ "properties": { "app_id": { "title": "App Id", "type": "string" }, "enabled": { "title": "Enabled", "type": "boolean" }, "excluded_patterns": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Excluded Patterns" }, "level": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Level" }, "project_id": { "title": "Project Id", "type": "string" } }, "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