get_memory
ActiveTool of com.memxus/memxus
Retrieve the full content and metadata of one memory by its UUID. Use after list_memories or recall returned a truncated preview and you need the complete text. Returns content, memory_type, tags, collection, importance, and the creation timestamp. Get the UUID from a prior list_memories or recall result. The workspace this memory belongs to is determined by its ID and echoed in resolved_workspace; optionally pass workspace: <name> to confirm the memory belongs to that team workspace (errors if it does not).
Parameters schema
{
"type": "object",
"required": [
"memory_id"
],
"properties": {
"memory_id": {
"type": "string",
"description": "UUID of the memory to retrieve."
},
"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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.memxus/memxus
https://github.com/gpitrella/memxus-remote-mcp
2/7 registries