Skip to main content
Glama

Delimit Ledger Link

delimit_ledger_link

Create a typed relationship between two ledger items to track dependencies, blocks, parent/child structure, or duplicates. Automatic reverse linking keeps both sides in sync.

Instructions

Create a typed relationship between two ledger items.

When to use: to track dependencies and structure (blocks, parent/child, duplicates) between ledger items. When NOT to use: to read existing links (use delimit_ledger_links) or update other fields (delimit_ledger_update).

Sibling contrast: delimit_ledger_links reads; delimit_ledger_update changes simple fields; this writes a relationship.

Side effects: writes the link via ai.ledger_manager.link_items. "blocks" / "blocked_by" auto-create the reverse direction so both items see the relationship.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoOptional note explaining the relationship.
to_idYesTarget item id (e.g. "STR-005"). Required.
from_idYesSource item id (e.g. "LED-025"). Required.
ventureNoProject name/path. Empty = auto-detect.
link_typeNoOne of "blocks" (default), "blocked_by", "parent", "child", "relates_to", "duplicates".blocks

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed4 schema fields changedv4.7.9
    • changedInput schema / properties / from_id / description
      Previous value: -"Source item ID (e.g. \"LED-025\")."New value: +"Source item id (e.g. \"LED-025\"). Required."
    • changedInput schema / properties / link_type / description
      Previous value: -"Relationship type - \"blocks\", \"blocked_by\", \"parent\", \"child\", \"relates_to\", \"duplicates\"."New value: +"One of \"blocks\" (default), \"blocked_by\", \"parent\", \"child\", \"relates_to\", \"duplicates\"."
    • changedInput schema / properties / to_id / description
      Previous value: -"Target item ID (e.g. \"STR-005\")."New value: +"Target item id (e.g. \"STR-005\"). 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.9/5.0
Behavior5/5

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

Beyond the annotations, the description discloses that the tool writes via ai.ledger_manager.link_items and that 'blocks'/'blocked_by' auto-create the reverse direction. This gives the agent important side-effect knowledge not visible in readOnlyHint/destructiveHint alone.

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 well-structured with clear sections: purpose, usage, exclusions, sibling contrast, and side effects. Every sentence serves a distinct purpose, and the most important information is front-loaded.

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 tool with five parameters and an output schema, the description covers when to use it, when not to use it, alternatives, side effects, and reverse-direction behavior. Nothing essential for correct invocation is missing.

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 context by explaining the relationship semantics, giving example link types, and clarifying that certain link types produce reverse-direction entries, which is not evident from the schema alone.

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: 'Create a typed relationship between two ledger items.' It explicitly contrasts itself with delimit_ledger_links and delimit_ledger_update, making its unique role immediately clear even among a large sibling list.

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?

It provides explicit 'When to use' and 'When NOT to use' sections, naming exact alternatives for reading links and updating fields. The sibling contrast section reinforces which tool does what, leaving no ambiguity.

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