zerodb_configure_auto_context
Eliminate the need for explicit memory recall by activating automatic context injection. Configure how many memories and in what style get added before each tool call.
Instructions
Configure ambient memory injection. When enabled, ZeroDB automatically retrieves relevant memories before each tool call and prepends them as context — agents get memory without calling recall() explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | Enable or disable auto-context injection (default: false) | |
| agent_id | Yes | Agent identifier to configure (scopes config to this agent) | |
| auto_trace | No | Automatically store tool responses as memories for future recall (default: false) | |
| max_results | No | Number of memories to inject per tool call (1-20, default: 10) | |
| synthesis_style | No | Format of injected context: narrative prose, bullet points, or structured summary | bullet |