Browse Source

docs(mcp): clarify save_memory tool description (project required, tags optional/auto-generated)

Allen Elzayn 2 months ago
parent
commit
7fde7dbcc2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mcp-server/index.js

+ 1 - 1
mcp-server/index.js

@@ -123,7 +123,7 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
     tools: [
       {
         name: "save_memory",
-        description: "Save information to long-term semantic memory with automatic tagging and categorization. IMPORTANT: Always specify a project name to keep memories organized and prevent mixing contexts.",
+        description: "Save information to long-term semantic memory with automatic tagging and categorization. Project is required (use set_active_project or provide a project parameter). Tags are optional — when auto-tagging is enabled and configured, tags will be generated automatically if not provided.",
         inputSchema: {
           type: "object",
           properties: {