Skip to main content
Glama
UnboundCompute

lachesis-mcp

Official

object_lifecycle

Report lifecycle evidence for a value or function: allocation, release, dereference, alias, and generation events, with source-rooted coverage and matcher leads.

Instructions

Read-only. Report what lifecycle evidence the graph holds for a value or function — Pass 3 alloc/release/deref/alias/generation events and its source-rooted coverage — plus the matcher leads that relate them. Give value or function to scope it; omit both for the capability report. Prefer field_history for one field's events and flow_pass for the composed interprocedural summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNovalue name or graph node id to scope lifecycle evidence to
formatNotext (compact, default) | json (structured result page)
functionNofunction name or node id to scope lifecycle evidence to

Schema Changelog

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

  1. Changed2 schema fields changedv0.2.0
    • addedInput schema / properties / function / description
      Added value: +"function name or node id to scope lifecycle evidence to"
    • addedInput schema / properties / value / description
      Added value: +"value name or graph node id to scope lifecycle evidence to"
  2. First observedv1.0.0

TDQS

A4.6/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 it delivers: it declares 'Read-only' up front, clarifies the tool reports existing graph evidence rather than computing new analysis, discloses the no-arguments capability report behavior, and lists the output categories. It does not address edge cases like conflicting value+function scoping or missing nodes, but for a read-only reporting tool the disclosure is strong.

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 with zero filler. The 'Read-only' safety signal is front-loaded, the core function and its output contents are in sentence one, scoping instructions in sentence two, and routing to alternatives in sentence three. Every clause earns its place.

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 no required parameters and no output schema, the description covers the essentials: what the report contains, how to scope by value or function, the no-arg capability report, and the format default. Minor gaps remain — the contents of the capability report, behavior when both value and function are supplied, and failure behavior for unknown nodes — but nothing that would block 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 and the schema already documents all three parameters. The description adds value beyond the schema by explaining the interaction semantics: value and function are alternative scoping modes, omitting both yields the capability report, and format's default is text. This relationship information is not present in the schema.

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 ('Report'), a specific resource ('lifecycle evidence the graph holds'), and a concrete scope (value or function). It enumerates exactly what the report contains — Pass 3 alloc/release/deref/alias/generation events, source-rooted coverage, and matcher leads — and explicitly names sibling tools (field_history, flow_pass) as the alternatives, making its niche unmistakable among 44 siblings.

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?

Gives explicit selection guidance: 'Give `value` or `function` to scope it; omit both for the capability report' states the argument modes, and 'Prefer `field_history` for one field's events and `flow_pass` for the composed interprocedural summary' names the alternatives and the conditions that select them. No inference is required from the agent.

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