Skip to main content
Glama

delimit_sense

Review and manage sensed observations from the signal corpus. Inspect, cluster, or promote signals to ledger items for structured oversight.

Instructions

Review and manage the signal corpus (LED-877).

Signals are sensed observations stored at ~/.delimit/intel/signals/, physically separated from the ledger. Use this tool to inspect, cluster, or explicitly promote a signal to a ledger item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOne of 'query', 'digest', 'show', 'promote', 'freeze', 'status'.query
since_daysNoLookback window in days (query/digest). Default 1 = last 24h.
platformNoFilter by source platform (reddit, x, github, hn). Empty = all.
limitNoMax rows to return (query). Default 50.
signal_idNoSignal id (SIG-XXXX) for 'show' and 'promote'.
ledgerNoTarget ledger for 'promote' (ops or strategy).ops
priorityNoPriority for the promoted ledger item (P0/P1/P2).P2
monthNoYYYY-MM for 'freeze' action (cold archive).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description discloses that the tool can manage signals (implied mutations via promote and freeze), but without annotations, it fails to specify read/write behavior, destructiveness, or permissions. It partially covers behavioral traits but lacks thoroughness.

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?

Three sentences efficiently cover purpose, location, and usage without redundancy. Key information is front-loaded.

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?

For an 8-parameter tool with output schema, the description adequately explains the tool's role and main actions. It could elaborate on specific actions like 'freeze', but overall is sufficient for agent understanding.

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% with parameter descriptions, so baseline is 3. The description adds context about signal location and promotion but does not enhance individual parameter meaning beyond the schema.

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 clearly states the tool's purpose: to review and manage the signal corpus. It specifies actions like inspect, cluster, and promote signals to ledger items, and distinguishes itself by mentioning physical separation from the ledger.

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

Usage Guidelines4/5

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

The description implies when to use the tool (for signal corpus operations) but does not explicitly exclude scenarios or name alternative tools. The mention of promotion to ledger hints at the boundary between signal and ledger tools.

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