batch_remember
Store multiple independent memories at once, up to 100 items. Use this tool to persist lists of facts extracted from documents or other structured data.
Instructions
Store many memories at once (up to 100). Use this when you have a list of independent facts to persist - e.g. extracting structured data from a document. For a single item, prefer remember.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Memanto agent identifier the memory belongs to (required: no MEMANTO_DEFAULT_AGENT_ID is configured). | |
| memories | Yes | List of memory dicts. Each item supports the same fields as `remember` (content [required], type, title, confidence, tags, source, provenance). Max 100 items. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failed | No | ||
| status | Yes | ||
| message | No | ||
| results | No | ||
| agent_id | Yes | ||
| namespace | No | ||
| successful | No | ||
| total_submitted | No |