Skip to main content
Glama
UnboundCompute

lachesis-mcp

Official

unknowns

Identify unresolved calls, dynamic behavior, and diagnostics to gauge answer trustworthiness, separating proven-absent from couldn't-cross.

Instructions

Read-only. List the graph's explicit comprehension frontiers: unresolved calls, dynamic/reflective runtime behavior, and parser/compiler diagnostics. It separates proven-absent from couldn't-cross, so you never read a missing fact as 'none'. Call it to gauge how much of an answer is trustworthy; scope to one function or survey the whole graph.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomaximum rows returned
formatNotext (compact, default) | json (structured result page)
offsetNorow offset for paging
functionNooptional function name or node id to scope frontiers to

Schema Changelog

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

  1. Changed3 schema fields changedv0.2.0
    • changedInput schema / properties / function / description
      Previous value: -"optional function name or node id"New value: +"optional function name or node id to scope frontiers to"
    • addedInput schema / properties / limit / description
      Added value: +"maximum rows returned"
    • addedInput schema / properties / offset / description
      Added value: +"row offset for paging"
  2. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does meaningful work: it declares 'Read-only', explains a non-obvious behavioral guarantee ('separates proven-absent from couldn't-cross'), and warns against misreading missing facts as 'none'. It omits details like pagination behavior or result shape, but the core behavioral contract is disclosed.

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?

Three sentences, each earning its place: the first defines the resource, the second captures a critical semantic distinction, and the third gives usage direction. The most important information is front-loaded, and there is no redundant 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?

For a read-only listing tool with four optional parameters and no output schema, the description covers purpose, behavioral nuance, and scoping. It lacks an explicit statement about default output format or when a scope is required, but those are minor given the schema already provides defaults and descriptions.

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 the parameters are already documented. The description adds value by explaining the `function` parameter's purpose ('scope to one function'), but does not add meaning beyond the schema for limit, format, or offset. This matches the baseline for fully self-documenting schemas.

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 and resource: 'List the graph's explicit comprehension frontiers', then enumerates concrete examples (unresolved calls, dynamic/reflective runtime behavior, parser/compiler diagnostics). This distinguishes the tool from siblings like coverage_map or scan, which sound related but are not the same operation.

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 explicitly tells the agent when to call it: 'to gauge how much of an answer is trustworthy', and gives scoping guidance: 'scope to one `function` or survey the whole graph'. It does not name alternatives or state when not to use it, but the context is clear enough for selection.

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