Skip to main content
Glama
diaz3618

memory-bank-mcp

finalize_thinking_session

Persist the outcome of a thinking session into Memory Bank files by providing a human-facing summary. Optionally log decisions, update tasks, record next steps, and log progress. Raw thoughts are never stored.

Instructions

Persist the outcome of a thinking session into Memory Bank files. Accepts only human-facing summary fields — raw thoughts are NEVER persisted. Writes to existing Memory Bank files (active-context.md, decision-log.md, progress.md) via existing mechanisms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYesHuman-facing summary of the thinking session outcome
decisionNoOptional decision to log
tasksNoOptional task updates (compatible with update_tasks)
nextStepsNoOptional next steps to add to active context
progressEntryNoOptional progress entry to record
sessionIdNoSession ID (appended as a tag to session note)
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that raw thoughts are never persisted and that it writes to existing files via existing mechanisms, but lacks specifics on whether it overwrites or appends, and does not mention potential side effects or idempotency.

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?

The description is two sentences that front-load the purpose and add a critical constraint. Every word is informative and there is no redundancy.

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

Completeness3/5

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

Given the tool's complexity (6 parameters, nested objects, no output schema) and lack of annotations, the description could be more complete. It does not explain what happens to the session after finalization, whether the operation is idempotent, or how the files are updated.

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 description coverage is 100%, so the description adds only marginal value beyond the schema. It reinforces the human-facing constraint on the summary parameter, but does not significantly enhance understanding of other parameters.

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: persisting the outcome of a thinking session into specific Memory Bank files. It distinguishes itself from sibling tools like add_progress_entry and log_decision by bundling multiple updates into a single finalization step, emphasizing it writes to three named files.

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 usage after a thinking session and mentions that only human-facing summaries are accepted, but does not explicitly state when not to use it or compare it to alternatives. The guidance is clear enough for 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/diaz3618/memory-bank-mcp'

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