Skip to main content
Glama

analyze

Analyze profiling data to identify CPU, memory, and GPU bottlenecks, detect memory leaks, and receive optimization recommendations. Customize analysis with thresholds and top-N rankings.

Instructions

Analyze profiling data with flexible analysis types.

Args: profile_id: Profile ID from profile() metric_type: "all", "cpu", "memory", "gpu", "bottlenecks", "leaks", "file", "functions", "recommendations" top_n: Number of items to return (for rankings) cpu_threshold: Minimum CPU % to flag bottleneck memory_threshold_mb: Minimum MB to flag bottleneck filename: Required if metric_type="file", file to analyze

Returns: {metric_type, data, summary} structure varies by metric_type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_idYes
metric_typeNoall
top_nNo
cpu_thresholdNo
memory_threshold_mbNo
filenameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It describes analysis as a read-like operation without side effects, but does not explicitly state non-destructiveness or address auth requirements, rate limits, or other behavioral traits. The return structure is outlined, but not all possible variations are detailed.

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 front-loaded with a clear purpose followed by a structured Args/Returns section. It is concise without extraneous words, though the parameter list could be slightly more streamlined.

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?

Given the tool's complexity (6 parameters, varied return structures), the description covers parameter semantics and basic return format. However, it lacks details on how each metric_type affects the output and does not reference sibling tools for context, leaving some gaps for full understanding.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining each parameter: profile_id, metric_type with allowed values, top_n, thresholds, and conditional filename. It adds constraints and context not present in the input schema.

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 analyzes profiling data with flexible analysis types. It lists specific metric_type options and references the profile() tool for input, distinguishing it from siblings like compare_profiles or list_profiles.

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

Usage Guidelines3/5

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

The description implies the tool should be used after obtaining a profile_id from profile(), but does not explicitly say when to use versus alternatives like compare_profiles. No exclusions or when-not-to-use guidance are provided.

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/ptmorris05/scalene-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server