Skip to main content
Glama

delimit_ledger_list

Fetch ledger items for a project with filters for type, status, priority, and limit. Automatically detects project path when left empty.

Instructions

List ledger items for a venture/project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ventureNoProject name or path. Auto-detects if empty.
ledgerNo"ops", "strategy", or "both".both
statusNoFilter by status - "open", "done", "in_progress", or empty for all.
priorityNoFilter by priority - "P0", "P1", "P2", or empty for all.
limitNoMax items to return.

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 bears full responsibility for behavioral disclosure. It fails to mention that this is a read-only list operation, any authentication requirements, or rate limits. For a listing tool, such transparency is important but missing.

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 a single, front-loaded sentence that efficiently conveys the core purpose with no unnecessary words. It is perfectly concise.

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

Completeness3/5

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

Given the tool has 5 parameters and an output schema, the description is minimal. It does not explain what ledger items represent or when to apply different filters. While the output schema exists, the lack of usage context and interaction with sibling tools leaves gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, so the baseline is 3. The description adds no extra meaning beyond the schema; it simply restates the purpose without parameter details.

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 ('List') and resource ('ledger items') in the context of a venture/project. It is specific and aligns with the tool name, but does not explicitly differentiate from the sibling tool 'delimit_ledger_query', which might also list items with queries.

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?

No guidance is provided on when to use this tool versus alternatives like 'delimit_ledger_query' or other ledger tools. The tool's purpose is implied, but there are no explicit instructions on context, prerequisites, or exclusions.

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