Skip to main content
Glama

mcp_engram_ack_edit_arc

Acknowledge or skip pending edit-arc debt to unblock repeat context_for_edit on the same path. Use skip with honest note for read-only passes.

Instructions

Acknowledge or skip pending edit-arc debt — unblocks repeat context_for_edit on the same path when ENGRAM_EDIT_ARC_GATE=hard. Prefer mcp_engram_update on *__arc after edits; use skip=true with an honest note only for read-only passes. FEW-SHOT EXAMPLES: (1) Post-edit arc update done elsewhere: {"concepts":["store__fn__context_for_edit"],"skip":false,"note":"updated __arc via mcp_engram_update"} (2) Read-only recon: {"skip":true,"note":"read-only context_for_edit — no substantive edits"} (3) Post-edit with lineage verification: {"concepts":["store__fn__context_for_edit"],"skip":false,"note":"updated __arc via mcp_engram_update","lineage_check":true,"trace_id":"trace:1780000000_post_edit"}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoReason for skip or ack (e.g. read-only recon, no edits made)
skipNoTrue when waiving arc update with documented reason (default true)
conceptsNoOptional AST concepts to clear (default: all pending)
trace_idNoOptional trace concept for lineage_check
lineage_checkNoIf true, verify trace/arc lineage before ack (edit_ack_with_lineage_check ritual)
Behavior4/5

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

Without annotations, the description carries full burden. It discloses that the tool unblocks repeat context_for_edit on the same path when gate is hard, and explains the two modes (skip vs acknowledge). The few-shot examples illustrate behavior. However, it does not detail side effects, authorization needs, or what the acknowledgment entails beyond unblocking.

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 well-structured with purpose first, then guidance, then examples. It is front-loaded but includes several examples which, while helpful, add length. Could be slightly more concise, but the structure supports comprehension.

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 no output schema and 5 parameters (none required), the description covers the tool's purpose, triggers, and parameter usage via examples. It lacks return value information but is otherwise complete for its complexity.

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

Parameters5/5

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

Schema coverage is 100% with descriptions for all 5 parameters. The description adds significant value by explaining the semantic roles (skip vs ack, lineage_check usage) and providing concrete examples that show parameter combinations, enhancing understanding 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 acknowledges or skips pending edit-arc debt, unblocking repeat context_for_edit. It distinguishes from sibling mcp_engram_update by directing to prefer it for __arc updates, providing clear purpose and differentiation.

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?

The description explicitly tells when to use this tool (post-edit for acknowledging arc debt) and when not to (prefer mcp_engram_update on __arc after edits, use skip only for read-only passes). It provides alternative and context.

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/staticroostermedia-arch/engram'

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