Skip to main content
Glama

delimit_ledger_done

Mark ledger items as completed in the delimit workspace by specifying item IDs, adding optional notes, and associating with projects.

Instructions

Mark a ledger item as done.

Args: item_id: The item ID (e.g. LED-001 or STR-001). note: Optional completion note. venture: Project name or path. Auto-detects if empty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes
noteNo
ventureNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. While 'Mark as done' implies a state change (likely a mutation), the description doesn't clarify permissions needed, whether the action is reversible, side effects, or error conditions. It mentions auto-detection for 'venture' but lacks broader behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose, followed by a structured parameter explanation. It's efficient with minimal waste, though the parameter explanations could be slightly more detailed without sacrificing conciseness.

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 the tool has an output schema (which handles return values), 0% schema description coverage, and no annotations, the description does a good job covering the basics: purpose and parameter semantics. However, for a mutation tool, it lacks behavioral details like error handling or side effects, keeping it from a perfect score.

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?

With 0% schema description coverage, the description adds significant value by explaining all three parameters: 'item_id' is the item ID with examples, 'note' is an optional completion note, and 'venture' is a project name/path with auto-detection behavior. This compensates well for the lack of schema descriptions, though it could provide more detail on formats or constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Mark a ledger item as done') and identifies the resource ('ledger item'), which is specific and actionable. However, it doesn't explicitly differentiate this tool from sibling ledger tools like 'delimit_ledger_add' or 'delimit_ledger_list', which would be needed for a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With multiple sibling tools (e.g., 'delimit_ledger_add', 'delimit_ledger_list'), there's no indication of when marking an item as done is appropriate versus other ledger operations, nor any mention of prerequisites or constraints.

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'

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