Skip to main content
Glama
UnboundCompute

lachesis-mcp

Official

type_explain

Explain a type's fields and its role in methods (construct, mutate, consume, destroy) from graph facts. Learn a struct's shape and handling before reading call sites.

Instructions

Read-only. Explain a type from graph facts: its fields plus the methods that construct, mutate, consume, or destroy it, each role graph-derived. Use it to learn a struct/class's shape and how it is handled before reading call sites. Paginate fields with offset and methods with member_offset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYestype name or graph node id
limitNomaximum rows returned
formatNotext (compact, default) | json (structured result page)
offsetNofield offset for paging
member_offsetNomethod/member offset for paging

Schema Changelog

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

  1. Changed4 schema fields changedv0.2.0
    • addedInput schema / properties / limit / description
      Added value: +"maximum rows returned"
    • addedInput schema / properties / member_offset / description
      Added value: +"method/member offset for paging"
    • addedInput schema / properties / offset / description
      Added value: +"field offset for paging"
    • addedInput schema / properties / type / description
      Added value: +"type name or graph node id"
  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, the description carries the transparency burden. It leads with 'Read-only', explains that roles are graph-derived, and discloses pagination behavior for fields versus methods. It does not cover error behavior or missing-type handling, but the key safety and data-source traits are present.

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?

Four short sentences, each carrying distinct value: safety, what is returned, when to use it, and how to paginate. There is no filler or redundant repetition of parameter names beyond what adds clarity.

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 query tool with fully documented parameters and no output schema, this description covers purpose, usage timing, read-only behavior, and pagination mechanics. It could be more explicit about return shape details, but the content list in the first sentence provides enough orientation.

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 real value by associating offset with field pagination and member_offset with method pagination, which the schema does not state. This clarifies how the two offset parameters differ.

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?

States a specific verb and resource: 'Explain a type from graph facts' and enumerates the exact content: fields plus methods that construct, mutate, consume, or destroy it with graph-derived roles. This clearly distinguishes it from call-site-oriented siblings like callers/callees by focusing on the type's shape and handling.

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?

Explicitly says to use it 'to learn a struct/class's shape and how it is handled before reading call sites', giving a clear contextual trigger. It does not name alternatives or state when not to use it, so it falls just short of full exclusion guidance.

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