Skip to main content
Glama
diaz3618

memory-bank-mcp

select_store

Switch active Memory Bank store, register new stores, or remove stores from registry using absolute path and optional store ID.

Instructions

Manage Memory Bank stores. Actions: select (switch active store), register (add to registry), unregister (remove from registry). Default action is "select" for backward compatibility.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoAction to perform: "select" (default), "register", or "unregister"
pathNoAbsolute path to the project root (required for select/register)
storeIdNoStore ID (required for register/unregister, optional for select)
kindNoKind of store (for register action, default: "local")
Behavior2/5

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

With no annotations, the description should disclose side effects, reversibility, or prerequisites. The description only lists actions without explaining consequences (e.g., what happens to current active store, registration persistence).

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?

Two sentences front-load the purpose and enumerate actions. No wasted words, efficient and clear.

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?

For a tool with 4 parameters and no output schema, the description is too brief. It lacks details on action semantics, usage context, and typical workflows, making it insufficient for a complex multifunction tool.

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?

Input schema covers all parameters with 100% description coverage, so the description's added value is limited. It notes the default action, which is helpful but not transformative.

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 manages Memory Bank stores with three distinct actions (select, register, unregister), specifying a default for backward compatibility. This distinguishes it from sibling tools like list_stores or initialize_memory_bank.

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

Usage Guidelines2/5

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

No guidance on when to use each action or when not to use the tool altogether. Alternative tools are not mentioned, leaving the agent without decision support for choosing between e.g., select vs. initialize_memory_bank.

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