Skip to main content
Glama

MCP Server for Coroot

get_application

Retrieve application details, performance metrics, health checks, recent incidents, and deployment history using Coroot's observability platform to monitor and analyze application behavior efficiently.

Instructions

Get application details and metrics.

Retrieves comprehensive information about an application including:

  • Performance metrics (CPU, memory, network)
  • Health checks and SLOs
  • Recent incidents
  • Deployment history

Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) from_timestamp: Start timestamp for metrics (optional) to_timestamp: End timestamp for metrics (optional)

Input Schema

NameRequiredDescriptionDefault
app_idYes
from_timestampNo
project_idYes
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" }, "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