Skip to main content
Glama

Delimit Ledger Links

delimit_ledger_links
Read-onlyIdempotent

View a ledger item's dependencies and relationships: what it blocks, depends on, parent/child, related items, and duplicates. Read-only lookup for item links.

Instructions

List relationships / dependencies for a ledger item.

When to use: to inspect what an item blocks, what it depends on, its parent/child, related items, and duplicates. When NOT to use: to add a link (use delimit_ledger_link) or update fields (delimit_ledger_update).

Sibling contrast: delimit_ledger_link adds links; this reads existing ones.

Side effects: read-only. Calls ai.ledger_manager.get_links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYesItem id to look up links for. Required.
ventureNoProject name/path. Empty = auto-detect.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed2 schema fields changedv4.7.9
    • changedInput schema / properties / item_id / description
      Previous value: -"The item ID to look up links for."New value: +"Item id to look up links for. Required."
    • changedInput schema / properties / venture / description
      Previous value: -"Project name or path. Auto-detects if empty."New value: +"Project name/path. Empty = auto-detect."
  2. Addedv4.5.5

TDQS

A4.5/5.0
Behavior3/5

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

Annotations already mark readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description restates 'read-only' and adds the underlying call to ai.ledger_manager.get_links, but it does not disclose additional behavioral details such as error behavior or response shape; with annotations present the added value is modest.

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 short, scannable, and organized with clear labeled sections (When to use, When NOT to use, Sibling contrast, Side effects). No filler; every sentence adds routing or behavioral value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter read-only tool with full schema coverage and a declared output schema, the description covers purpose, alternatives, exclusions, and side effects. It even names the backing API call. Nothing important is missing for an agent to decide and invoke it correctly.

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?

The schema covers both parameters 100%, and the description adds semantic depth beyond the schema by explaining what relationships mean in practice: blocks, depends on, parent/child, related items, duplicates. This helps an agent understand what item_id is actually resolving even though the schema only says 'look up links for.'

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 the exact action — 'List relationships / dependencies for a ledger item' — with a concrete resource and scope. It explicitly contrasts with delimit_ledger_link ('this reads existing ones'), so an agent can distinguish read vs write ledger-link tools immediately.

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?

Provides a dedicated 'When to use' section listing inspection scenarios (blocking, dependencies, parent/child, related items, duplicates) and a 'When NOT to use' section naming the exact alternative tools (delimit_ledger_link, delimit_ledger_update). This leaves no ambiguity about selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/delimit-ai/delimit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server