Skip to main content
Glama
UnboundCompute

lachesis-mcp

Official

callees

Find every function a given symbol calls, including indirect dispatch via function-pointer slots. Filter to direct calls only when you need precise, resolved declarations.

Instructions

What this symbol calls — direct + indirect dispatch, in-repo only. Each row tagged via: direct | indirect(...); an indirect row with resolved:false is an unresolved function-pointer slot (the indirection is real, the target isn't pinned). Set direct_only for resolved decl->decl CALLS only. A jump move.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
limitNo
formatNotext (compact, default) | json (structured result page)
offsetNo
direct_onlyNo
Behavior4/5

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

With no annotations, the description carries the burden, and it does a good job: it discloses that direct and indirect calls appear as tagged rows, explains the meaning of resolved:false, and clarifies the in-repo limitation. It also tells the agent exactly what direct_only changes about the result set.

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 compact and front-loaded; the most useful information appears first. The final 'A jump move' line adds marginal color but is not harmful, and the rest of the text contains meaningful detail without padding.

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?

The description gives enough for a first call, but with no output schema and no annotations it does not fully describe the result shape, text vs JSON differences, or how to interpret an `indirect(...)` tag beyond resolved:false. Some important context is left to inference, though the described behaviors cover the common use case.

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 only 20%, and the description compensates for direct_only but not for the other parameters. 'name' is implicitly identified by the opening sentence, while limit and offset are left to their obvious pagination meaning. The core parameter direct_only is well explained, so this is adequate but not complete.

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 names the resource (symbol), the operation (callees/calls), and the scope (in-repo only), and it distinguishes direct calls from indirect dispatch. This is enough to separate it from sibling tools like 'callers' even without opening the schema.

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?

It gives concrete guidance: set direct_only to get resolved declaration-only calls; otherwise indirect dispatch is included. It also states that rows represent in-repo calls only. It does not explicitly name alternatives, but the tool's relation to 'callers' and its direct/indirect distinction make the intended context clear enough.

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/UnboundCompute/lachesis'

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