Skip to main content
Glama

MCP Server for Coroot

get_application_profiling

Analyze CPU and memory usage for applications by retrieving profiling data, including flame graphs, to identify performance bottlenecks and optimization opportunities. Use time filters to manage large response sizes.

Instructions

Get CPU and memory profiling data for an application.

Retrieves profiling data including flame graphs for CPU usage and memory allocation patterns to help identify performance bottlenecks and optimization opportunities.

⚠️ WARNING: This endpoint can return extremely large responses (180k+ tokens) for applications with extensive profiling data. Consider using time filters to limit the response size to specific time windows.

Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) from_timestamp: Start timestamp (optional, strongly recommended) to_timestamp: End timestamp (optional, strongly recommended) query: Search query (optional)

Input Schema

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