Skip to main content
Glama

MCP Server for Coroot

get_application_logs

Retrieve and analyze application logs with pattern detection and grouping. Filter logs by time range, search query, and severity level to streamline troubleshooting and monitoring on the Coroot observability platform.

Instructions

Get application logs with pattern analysis.

Retrieves application logs with automatic pattern detection and grouping. Supports filtering by time range, search query, and severity level.

Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) from_timestamp: Start timestamp (optional) to_timestamp: End timestamp (optional) query: Log search query (optional) severity: Filter by severity level (optional)

Input Schema

NameRequiredDescriptionDefault
app_idYes
from_timestampNo
project_idYes
queryNo
severityNo
to_timestampNo

Input Schema (JSON Schema)

{ "properties": { "app_id": { "title": "App Id", "type": "string" }, "from_timestamp": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "From Timestamp" }, "project_id": { "title": "Project Id", "type": "string" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query" }, "severity": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Severity" }, "to_timestamp": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "To Timestamp" } }, "required": [ "project_id", "app_id" ], "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