Skip to main content
Glama
UnboundCompute

lachesis-mcp

Official

execution_story

Trace forward call-and-branch execution from an entry point, following resolved indirect dispatch to reveal the ordered control skeleton with bounded depth and steps.

Instructions

Read-only. Bounded forward call-and-branch trace from an entry point, following resolved indirect dispatch — the ordered structure of what runs, not generated narrative prose. Use it to see the control skeleton reachable from an entry; bound cost with max_depth/max_steps and page the branches/frontier. For pure centrality use hubs instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entryYesentry-point function name or node id
formatNotext (compact, default) | json (structured result page)
offsetNostep offset for paging
max_depthNomaximum call depth to trace
max_stepsNomaximum total steps before truncating
branch_limitNomaximum branches recorded per node
branch_offsetNobranch offset for paging
frontier_offsetNooffset into the unresolved-frontier list for paging

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed7 schema fields changedv0.2.0
    • addedInput schema / properties / branch_limit / description
      Added value: +"maximum branches recorded per node"
    • addedInput schema / properties / branch_offset / description
      Added value: +"branch offset for paging"
    • addedInput schema / properties / entry / description
      Added value: +"entry-point function name or node id"
    • addedInput schema / properties / frontier_offset / description
      Added value: +"offset into the unresolved-frontier list for paging"
    • addedInput schema / properties / max_depth / description
      Added value: +"maximum call depth to trace"
    • addedInput schema / properties / max_steps / description
      Added value: +"maximum total steps before truncating"
    • addedInput schema / properties / offset / description
      Added value: +"step offset for paging"
  2. First observedv1.0.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description takes on the full disclosure burden and opens with 'Read-only,' clearly establishing the safety profile. It also reveals that the trace is bounded, follows resolved indirect dispatch, and returns an ordered structure rather than prose. It does not detail result format or error behavior, but the critical behavioral traits are spelled out.

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?

The description is three dense sentences with no filler, front-loading the most important facts: read-only, bounded, entry-point trace, and non-narrative output. Every clause contributes to selection or invocation decisions.

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?

For a tool with 8 parameters, no output schema, and no annotations, the description covers what the tool does, when to use it, how to bound it, and how to page results. It leaves the exact returned structure to the `format` parameter, but the mental model of an 'ordered structure of what runs' is sufficient for safe initial invocation.

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 100%, so every parameter is already documented in the schema. The description adds a helpful conceptual grouping—max_depth/max_steps as cost bounds and branch/frontier offsets as paging controls—but does not introduce new parameter-level meaning or syntax beyond what the schema provides.

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 states a specific operation—a bounded forward call-and-branch trace from an entry point—and makes the output type explicit by distinguishing it from generated narrative prose. It also names a sibling (`hubs`) that it is not, which strongly aids tool differentiation.

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

Usage Guidelines5/5

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

It gives explicit when-to-use guidance: 'Use it to see the control skeleton reachable from an entry.' It also provides a when-not-to-use alternative: 'For pure centrality use `hubs` instead,' plus practical instruction on bounding cost via max_depth/max_steps and paging branches/frontier.

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

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