Skip to main content
Glama

get_frame_callees

Read-onlyIdempotent

Get source-linked direct callees for a frame in a profiler trace. Use frame ID and run/artifact ID to retrieve up to 1000 callee edges.

Instructions

Return bounded source-linked direct callees for a frame.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYesMaximum callee edges to return (1-1000).
cursorNo
frame_idYesFrame ID returned by an analysis result.
run_or_artifactYesRun ID or artifact ID containing the frame.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description is not required to restate safety. It adds context about 'bounded' and 'direct' callees, but does not explain cursor-based pagination or how 'source-linked' is resolved. This is acceptable but not extensive.

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

Conciseness5/5

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

A single, concise sentence front-loads the core action and key qualifiers. No redundant phrases or filler.

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?

The description is sufficient for a simple read-only query tool: output schema covers return structure, annotations cover safety, and the description conveys the essential scope. It could mention pagination or contrast with get_frame_callers, but the omissions are not critical given the schema and sibling context.

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?

The input schema covers three of four parameters with descriptions (limit, frame_id, run_or_artifact), leaving cursor undocumented. The tool description mentions 'bounded', which aligns with limit, but adds no extra meaning for cursor or other parameters. With 75% schema coverage, the description is not a major additional source of parameter semantics.

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 identifies the tool's action: 'Return bounded source-linked direct callees for a frame.' It specifies a distinct resource (callees vs. callers) and includes qualifiers (bounded, direct) that differentiate it from sibling tools like get_frame_callers.

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 about when to use this tool versus alternatives, such as get_frame_callers for the opposite relationship. The description also omits prerequisites like needing a frame_id from an analysis result, even though that is mentioned in the schema.

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/morluto/flameox'

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