Skip to main content
Glama
jamesbrink

MCP Server for Coroot

configure_profiling

Enable or disable CPU and memory profiling for a specific application, with optional sampling rate control.

Instructions

Configure CPU and memory profiling for an application.

Enables or disables continuous profiling and sets the sampling rate for collecting CPU and memory profiles.

Args: project_id: The project ID app_id: The application ID enabled: Whether to enable profiling sample_rate: Optional sampling rate (0.0-1.0)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
app_idYes
enabledYes
sample_rateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It does not disclose side effects, whether the operation is safe or destructive, impact on running applications, or any other behavioral traits. The description merely states what the tool does without transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is clear and reasonably concise, with a structured Args section. However, the Args section overlaps with the schema, and some sentences could be merged. Overall, it is well-organized but not maximally concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 4 parameters, 3 required, and an output schema, the description adds necessary context but does not cover edge cases or interactions (e.g., changing sample rate while enabled). It is adequate but lacks completeness for a configuration tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%. The description provides brief semantics for each parameter (e.g., 'Optional sampling rate (0.0-1.0)'), adding value beyond the schema's titles. However, the descriptions are minimal and do not explain the meaning of parameters thoroughly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'Configure CPU and memory profiling for an application', using a specific verb and resource. It distinguishes itself from sibling configure tools like configure_integration, configure_logs, and configure_tracing by focusing on profiling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. There is no discussion of prerequisites, when not to use it, or comparison to other configuration tools. The Args section lists parameters but does not offer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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