goodmemory_get_context
Fetch a compact memory fragment for a specific workspace question. Use when context is missing or you need memory for a different query.
Instructions
Fetch a compact memory context fragment for a specific question about this workspace. Call it when hook-injected context is missing or insufficient, or when you need memory for a different question than the current prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Workspace root. Defaults to the current working directory. | |
| query | Yes | ||
| output | No | ||
| maxTokens | No | ||
| sessionId | No | Optional host session id for session-scoped recall. | |
| retrievalProfile | No |