Skip to main content
Glama

delimit_ledger_query

Ask natural-language questions about the ledger to get free-form answers on shipped items, blockers, or high-priority issues without using structured filters.

Instructions

Ask natural-language questions about the ledger (ChatOps 2.0).

When to use: when an operator wants a free-form answer ("what shipped this week?", "what's blocked?", "show all P0s") rather than a structured filter query. When NOT to use: for structured listing (use delimit_ledger_list) or top-N summary (delimit_ledger_context).

Sibling contrast: delimit_ledger_list takes structured filters; this maps natural language to those filters internally.

Side effects: read-only. Internally calls list / context queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNatural-language question (e.g. "what's blocked?", "search for dashboard"). Required.
ventureNoProject name/path. Empty = auto-detect.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Declares 'Side effects: read-only' and notes internal calls to list/context queries. While no annotations exist, the description covers the key behavioral trait of being non-destructive. Could further detail error handling or latency.

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?

Well-structured with a one-line summary followed by usage guidance, sibling contrast, and side effects. Every sentence adds value, no fluff.

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?

Covers purpose, usage, alternatives, and read-only nature. With an output schema present, the description is adequate for an agent to decide when to invoke the tool. Minor gap: no mention of answer format, but schema handles that.

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?

Schema coverage is 100%, so the description adds minimal parameter meaning beyond the schema. The tool-level context ('Ask natural-language questions') provides some value but doesn't elaborate on parameter usage.

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 explicitly states 'Ask natural-language questions about the ledger' and contrasts with sibling tools delimit_ledger_list and delimit_ledger_context, making the purpose clear and distinct.

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 explicit 'When to use' and 'When NOT to use' sections, directing operators to alternative tools for structured queries and top-N summaries, with sibling contrast.

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