Skip to main content
Glama
UnboundCompute

lachesis-mcp

Official

range_analysis

Retrieve numeric guard evidence (comparisons, bounds checks) for a value or function, or request a capability report when no scope is given.

Instructions

Read-only. Return the lightweight numeric evidence graph guards expose for a value (comparisons, bounds checks) — not a full interval solve: real value-range analysis stays unavailable until the numeric model ships, and the response names that frontier honestly. Scope with value and/or function; omit both for the capability report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomaximum evidence rows returned
valueNovalue name or graph node id to bound
formatNotext (compact, default) | json (structured result page)
functionNofunction name/id to scope the search to

Schema Changelog

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

  1. Changed3 schema fields changedv0.2.0
    • addedInput schema / properties / function / description
      Added value: +"function name/id to scope the search to"
    • addedInput schema / properties / limit / description
      Added value: +"maximum evidence rows returned"
    • addedInput schema / properties / value / description
      Added value: +"value name or graph node id to bound"
  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?

No annotations are present, so the description carries the full burden of behavioral disclosure. It starts with 'Read-only', states that real value-range analysis is unavailable until the numeric model ships, and notes that the response honestly reports that frontier. It could add return-shape or error details, but the core behavior is transparent.

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 two sentences with all critical information front-loaded: read-only, core purpose, limitation, and parameter guidance. Every clause adds value, and it remains compact despite conveying several nuances.

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?

Given no output schema, the description partially explains the return shape as a lightweight numeric evidence graph and a capability report. It does not detail pagination or response layout, but the schema covers limit and format, and the tool is simple enough that no major missing context blocks correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful semantics beyond the schema by explaining parameter combinations: value and/or function, and what happens if both are omitted (capability report). This clarifies behavior that the schema alone does not convey.

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 verb and resource: 'Return the lightweight numeric evidence graph guards expose for a value'. It also clearly distinguishes the tool from a full interval solver, which separates it from related analysis tools. The capability-report fallback is also explicitly mentioned.

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?

The tool gives concrete scoping instructions: 'Scope with value and/or function; omit both for the capability report.' It also clarifies what the tool is not ('not a full interval solve'), but it does not name an alternative sibling tool, so the when-not guidance is implicit rather than explicit.

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