Skip to main content
Glama
UnboundCompute

lachesis-mcp

Official

scan

Returns ranked leads for code investigation, with lenses for guard-diff or flow. Paginated, time-bound results include coverage info.

Instructions

Return ranked leads from the whole taxonomy by default (lens=all): questions to investigate, never verdicts. Use lens=guard-diff for the entrypoint-to-effect guard view or lens=flow for native object-lifetime leads. Results are bounded and paged; the response includes coverage and whether the requested temporal work completed. Calls against one session are serialized; the native runtime is selected internally.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lensNolead view; all is the broad defaultall
limitNo
formatNotext (compact, default) | json (structured result page)
offsetNolead offset for the next page
min_rankNo
hard_stopNotemporal budget in seconds; 0 = unbounded
entrypointsNoscan only the first N entrypoints (0 = all)
include_suppressionsNo

Schema Changelog

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

  1. Changed3 schema fields changedv1.0.1
    • addedInput schema / properties / hard_stop
      Added value: +{
      +  "default": 180,
      +  "description": "temporal budget in seconds; 0 = unbounded",
      +  "type": "number"
      +}
    • addedInput schema / properties / lens
      Added value: +{
      +  "default": "all",
      +  "description": "lead view; all is the broad default",
      +  "enum": [
      +    "all",
      +    "guard-diff",
      +    "flow"
      +  ],
      +  "type": "string"
      +}
    • addedInput schema / properties / offset
      Added value: +{
      +  "default": 0,
      +  "description": "lead offset for the next page",
      +  "type": "integer"
      +}
  2. First observedv1.0.0

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It covers key behaviors: return type (leads, not verdicts), output constraints (bounded, paged), response contents (coverage and temporal work completion), concurrency semantics (serialized per session), and runtime selection (native selected internally). This is comprehensive and leaves little ambiguity about side effects or state.

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 succinct and front-loaded with the core purpose, then transitions to lens options and finally operational details. It avoids redundancy and stays within a few sentences. The structure is logical, though the multiple clauses about behavior could be slightly more organized with bullets, but overall it is well-compact.

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 the essential context: what it returns (questions), how results are bounded/paged, that response includes coverage and temporal status, and that calls are serialized. It does not describe the exact output format (e.g., JSON structure) or elaborate on all param semantics, but given the complexity, it leaves only minor gaps that the schema partially covers.

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 63%, so the schema already documents several parameters (lens, format, offset, hard_stop, entrypoints). The description adds semantic meaning for 'lens' (all vs. guard-diff vs. flow) but does not elaborate on the meanings or interactions of the undocumented parameters (limit, min_rank, include_suppressions). Given the moderate coverage, the description only partially compensates, so a baseline 3 is appropriate.

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 opens with a specific verb-resource pair: 'Return ranked leads' from the whole taxonomy. It further clarifies the output nature ('questions to investigate, never verdicts') and provides lens-specific variants. It clearly differentiates itself from the sibling tools that focus on specific analysis (e.g., flow, guard_dominance) by mentioning distinct lens modes. This is unambiguous and minimally overlapping with sibling names.

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?

Explicitly instructs when to use alternative lens views: 'Use lens=guard-diff for the entrypoint-to-effect guard view or lens=flow for native object-lifetime leads.' It also sets expectations about results being bounded and paged, and mentions the serialized nature of calls. This gives the agent clear decision criteria without needing to infer.

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