Skip to main content
Glama
nemanjavlahovic

InstrumentsMCP

profile_leaks

Record heap snapshots or re-analyze existing traces to detect memory leaks, providing leaked object types, sizes, responsible libraries, and backtraces.

Instructions

Record and detect memory leaks using the Leaks template. Returns: Leaked object types, sizes, responsible libraries, and backtraces. The Leaks instrument takes periodic heap snapshots — longer recordings improve detection. Pass trace_path to re-analyze an existing trace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
processNoProcess name or PID to attach to
launch_pathNoPath to .app bundle to launch
deviceNoDevice name or UDID
durationNoRecording duration — 30s+ recommended30s
trace_pathNoPath to existing .trace file to re-analyze (skips recording)
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that the instrument takes periodic heap snapshots and that longer recordings improve detection. It also specifies the return value contents (object types, sizes, libraries, backtraces).

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?

Description is concise with a few sentences covering purpose, return, mechanism, and parameter hint. No fluff, but could be even tighter.

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

Completeness4/5

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

Given no annotations and no output schema, the description does well by explaining behavior and return values. However, it does not clarify the logical relationship between process and launch_path parameters (e.g., whether one must be provided).

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 coverage is 100%, so baseline is 3. The description adds little beyond the schema: it repeats the duration recommendation and re-analysis capability already present in schema descriptions.

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?

Description clearly states the tool records and detects memory leaks using the Leaks template. It distinguishes itself from sibling profiling tools by focusing specifically on leaks.

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

Usage Guidelines4/5

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

Description mentions two usage modes (direct recording or re-analyzing existing trace) and recommends longer durations. However, it does not explicitly state when to use this tool over alternatives like profile_memory.

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/nemanjavlahovic/instruments-mcp-server'

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