Get project memory
get_project_memoryRetrieve project decisions, constraints, facts, todos, and notes from isolated local memory using filters for kind, tags, and search terms.
Instructions
Read bounded, project-isolated local memory containing decisions, constraints, facts, todos, and notes. It never calls a remote service and marks all stored content as untrusted data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by memory kind | |
| tags | No | Require all of these tags | |
| limit | No | ||
| query | No | Optional words to find in titles, notes, tags, or links | |
| scope | No | Local memory namespace isolated inside this project | project |
| cursor | No | ||
| directory | No | Project directory | . |
| search_mode | No | Use weighted phrase/field matching or simple lexical matching | hybrid |
| min_confidence | No | Exclude memories below this confidence threshold | |
| redact_secrets | No | Redact common inline secrets in returned notes | |
| include_expired | No | Include records whose expiry date has passed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | Yes | ||
| error | No | ||
| message | No | ||
| success | Yes | ||
| schema_version | Yes |