Skip to main content
Glama
andyast

repo-memory-mcp

by andyast

finish_task

Summarize completed tasks and store durable engineering memories such as decisions, root causes, and gotchas. Preserve key insights for future tasks.

Instructions

Call before the final response on non-trivial tasks. Summarize work and propose 0-3 durable memories only: decisions, root causes, gotchas, reusable commands, architecture/config constraints, failed approaches. Do not propose secrets, personal data, temporary edits, or trivial churn.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNo
outcomeNo
summaryYes
testsRunNo
filesChangedNo
proposedMemoriesNo
Behavior3/5

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

No annotations provided; description mentions proposing memories but does not clarify if the tool has side effects (e.g., auto-storing memories) or if it triggers the final response. Lacks disclosure of behavioral traits beyond the described actions.

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?

Two sentences, front-loads the action. Second sentence is somewhat long but still efficient. No wasted words, though could be more structured for readability.

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

Completeness2/5

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

Despite clear purpose, the description fails to document parameters and return behavior. For a tool with 6 parameters including nested objects, this leaves significant gaps for correct invocation.

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

Parameters2/5

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

Schema has 6 parameters with 0% coverage in description. Description does not explain any parameter (e.g., cwd, outcome, testsRun, filesChanged, proposedMemories). The only hint is about memories in the description, but details are missing.

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?

Description clearly states the tool's purpose: call before final response on non-trivial tasks, summarize work, and propose durable memories. It distinguishes from siblings like propose_memory by being specifically for task finalization.

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?

Provides explicit guidance on when to use (non-trivial tasks) and what to propose (decisions, root causes, etc.) and what to avoid (secrets, personal data). Does not explicitly state when not to use, but the context is clear.

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/andyast/repo-memory-mcp'

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