Memory Bank MCP

by movibe
Verified

process_umb_command

Executes the Update Memory Bank (UMB) command to modify or update structured data repositories, ensuring AI assistants maintain context and track progress across sessions.

Instructions

Processes the Update Memory Bank (UMB) command

Input Schema

NameRequiredDescriptionDefault
commandYesComplete UMB command

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Complete UMB command", "type": "string" } }, "required": [ "command" ], "type": "object" }
ID: riei9a6dhx