Skip to main content
Glama
gitmem-dev

GitMem

Official
by gitmem-dev

confirm_scars

Confirm each recalled scar with a decision (APPLYING, N_A, or REFUTED) and evidence. Required after recall to address all scars before proceeding.

Instructions

Confirm surfaced scars with APPLYING/N_A/REFUTED decisions and evidence. REQUIRED after recall() before consequential actions. Each recalled scar must be addressed. APPLYING: past-tense evidence of compliance. N_A: explain why scar doesn't apply. REFUTED: acknowledge risk of overriding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmationsYesOne confirmation per recalled scar. All recalled scars must be addressed.
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses the required sequence, the need to address all scars, and the behavioral expectations for each decision (e.g., past-tense evidence for APPLYING, risk acknowledgment for REFUTED). It lacks details on side effects like database updates or return values, but covers key behaviors sufficiently for a confirmation action.

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 concise sentences: the first states the function, the second specifies the required context, and the third explains decision options. No wasted words, highly front-loaded, and easy to parse.

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's complexity (1 parameter with nested subfields) and lack of output schema, the description covers the critical usage instructions (required after recall, address all scars), but omits what the tool returns or whether it mutates state. It is mostly complete but could benefit from mentioning the response format.

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 baseline is 3. The tool description adds some context (e.g., the three decision meanings) that reinforces schema descriptions, but does not provide new parameter-level details beyond what the schema already states (e.g., 'Minimum 50 characters'). The description is helpful but not essential 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 uses specific verbs ('Confirm', 'surfaced scars') and clearly distinguishes the tool from siblings like recall and reflect_scars by stating it is required after recall before consequential actions. The three decision types are explained explicitly, leaving no ambiguity about the tool's function.

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 explicitly states when to use the tool ('REQUIRED after recall() before consequential actions') and that 'Each recalled scar must be addressed.' It provides context for each decision option but does not mention when not to use it or compare directly to alternatives like reflect_scars, which limits the score to 4.

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/gitmem-dev/gitmem'

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