memory_save_fast
Save memory entries quickly by bypassing the quality gate for immediate storage, ideal for non-critical or temporary notes.
Instructions
v11.0: same as memory_save but routes through the fast hot path (skip_quality=True, no LLM, no async-blocking). Use when you want to bypass the v10 quality gate without flipping the env flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| type | Yes | ||
| branch | No | ||
| filter | No | ||
| content | Yes | ||
| context | No | ||
| project | No | general | |
| agent_id | No | Optional Claude Code subagent ID (v2.1.139+) | |
| importance | No | medium | |
| parent_agent_id | No | Optional parent agent ID (the dispatching span) |