remember
Chunk, embed, and index direct text content from clipboard or APIs for semantic search. Scrubs secrets and PII, then returns immediately for background indexing.
Instructions
Remember inline text content: chunk, embed, and index for search.
Use this instead of ingest when you have the text content directly (e.g., clipboard, API response, or sandbox-uploaded files in Claude Desktop). The daemon scrubs secrets/PII before indexing.
Returns immediately — the daemon indexes in the background.
Args: content: The text content to remember. document_name: Name for the document (e.g., 'notes.md'). overwrite: If true, replace existing data for this document. collection: Collection name (default: 'default'). format_hint: Format hint: 'auto', 'plain', 'markdown', 'latex'. agent_handle: Agent that owns this memory (e.g. "rmh"). memory_type: Memory classification: fact, observation, opinion, procedure. summary: One-line summary of the content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| summary | No | ||
| overwrite | No | ||
| collection | No | default | |
| format_hint | No | auto | |
| memory_type | No | ||
| agent_handle | No | ||
| document_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |