Fetches a single memory by ID. Use this when you have a memory ID from a search result or other tool output and want to see its full content.
stellarion_memory_search and want the full details| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | yes | — | The unique memory ID |
Natural language:
Show me memory abc123
MCP call:
{
"tool": "stellarion_memory_get",
"arguments": {
"id": "abc123"
}
}
Returns the full memory record:
stellarion_memory_search, stellarion_memory_store, and stellarion_memory_list.stellarion_memory_invalidate to confirm you're invalidating the right memory.