Memory Box MCP Server

by amotivv
Verified

format_memory

Format a text according to the memory system prompt without saving

Input Schema

NameRequiredDescriptionDefault
textYesThe text to format
typeNoThe type of memory (TECHNICAL, DECISION, SOLUTION, CONCEPT, REFERENCE, APPLICATION, FACT) (default: "TECHNICAL")

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "The text to format", "type": "string" }, "type": { "description": "The type of memory (TECHNICAL, DECISION, SOLUTION, CONCEPT, REFERENCE, APPLICATION, FACT) (default: \"TECHNICAL\")", "type": "string" } }, "required": [ "text" ], "type": "object" }