Skip to main content
Glama
diaz3618

memory-bank-mcp

switch_mode

Switch AI assistant to a specific mode (architect, ask, code, debug, test) or manage Update Memory Bank (UMB) state. Call without parameters to retrieve current mode info.

Instructions

Switch to a specific mode, get current mode info, or manage UMB (Update Memory Bank) state. Call with no parameters to get current mode. Set umb:true to activate UMB, umb:false to deactivate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoName of the mode to switch to (architect, ask, code, debug, test). Omit to get current mode info.
umbNoSet true to activate UMB mode, false to deactivate UMB mode
umbCommandNoUMB command text (when umb: true). If not provided, defaults to "UMB"
Behavior3/5

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

No annotations provided, so the description carries the full burden. It discloses the ability to switch mode, get current mode, and manage UMB, but does not detail side effects of mode switching, potential permissions, or rate limits. The UMB management is explained adequately, but overall behavior could be more transparent.

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, front-loaded with the primary purpose, and each sentence adds unique value. No unnecessary words or repetition.

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?

For a tool with 3 parameters and no output schema, the description covers the main use cases but omits what the tool returns (e.g., format of current mode info) and any prerequisites or side effects. It is adequate but not fully complete.

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 baseline is 3. The description adds context about calling with no parameters and setting UMB values, but this largely mirrors the schema. No new semantic meaning beyond what the schema provides.

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 a clear verb 'Switch' and specifies the resources: specific mode, current mode info, and UMB state. It distinguishes between these three use cases, and no sibling tool appears to handle mode switching or UMB management, making the purpose distinct.

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 provides clear context for when to call with no parameters to get current mode, and when to set UMB. However, it does not explicitly mention when not to use this tool or compare it to alternatives, which would improve guidance.

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