retrieve_memory
Retrieve the top-k memories most similar to a query from a repository or organization. Provides relevant context to avoid starting from scratch.
Instructions
Retrieve the top-k memories most similar to the query. If include_org=True, also queries sibling repositories in the same organization.
repo_path: optional absolute path to the target repository. When omitted, defaults to the server's configured project directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| include_org | No | ||
| repo_path | No |