agent_memory_load
Retrieve a memory entry by key to access its full payload, providing direct access to stored agent data.
Instructions
Load a single memory entry by key.
Args: key: Key of the memory entry to load.
Returns: str: JSON with keys 'success', 'key', and the full entry payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key of the memory entry to load. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |