retrieve_memory
Retrieve semantically similar memories from the current repository or across the organization to find relevant context for your query.
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 |