You're viewing a demo portfolio

Join the waitlist
PRSM

update

Active

Tool of com.memxus/memxus

declared in 1.2.0

Update an existing memory by ID. Use mode replace (default) to patch fields, or append to extend content. Re-embeds only when content changes. The target workspace is always the one the memory itself belongs to (echoed in resolved_workspace); optionally pass workspace: <name> as a safety confirmation — the call fails if the memory is not actually in that workspace.

Parameters schema

{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "UUID of the memory to update."
    },
    "mode": {
      "enum": [
        "replace",
        "append"
      ],
      "type": "string",
      "default": "replace",
      "description": "replace = patch fields; append = extend content with revision history."
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional tags. A tag like project:my-app also sets collection automatically."
    },
    "type": {
      "enum": [
        "general",
        "preference",
        "fact",
        "instruction",
        "conversation"
      ],
      "type": "string",
      "description": "Memory category: general, preference, fact, instruction, or conversation. Omit to include all types."
    },
    "content": {
      "type": "string",
      "description": "New or appended content."
    },
    "workspace": {
      "type": "string",
      "description": "To operate on a team workspace, pass its exact name, slug, or ID (e.g. \"Acme\"). Omit — or pass \"personal\" — for your personal memory (default). Every response echoes resolved_workspace so you can confirm where the operation actually happened. If the user mentions a project or team name in their message, check the memory://workspaces resource (or call list_collections) for the exact matching name BEFORE calling this tool, and pass it as workspace — do not ask the user to spell it out if it already matches one of their workspaces."
    },
    "collection": {
      "type": "string",
      "description": "Scope slug (e.g. project:memxus, personal:preferences). GitHub/Notion connector syncs use project:<slug> — one collection per project. Partial names work; call list_collections when unsure."
    },
    "importance": {
      "type": "number",
      "maximum": 1,
      "minimum": 0,
      "description": "Relevance weight from 0 to 1."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.memxus/memxus

https://github.com/gpitrella/memxus-remote-mcp

2/7 registries
View full server →
update — com.memxus/memxus — PRSM MCP