get_memory
Fetches a memory entry by its ID from BlackBox-MCP, returning the stored JSON or a not-found result.
Instructions
Retrieve a memory entry by id.
Args: entry_id: Memory entry id.
Returns: JSON: {"ok": true, "entry": {...}} or not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |