get_project_context
Retrieve project-specific and global developer memories to provide context for coding tasks. Loads relevant information from previous sessions to inform current work.
Instructions
Load top memories for the current project plus relevant global memories. Use at the start of a session to get full context from previous sessions. Optionally pass context to get memories most relevant to your current task.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project identifier (auto-detected from git remote if omitted) | |
| include_global | No | Include global developer preferences | |
| context | No | Optional context to improve relevance ranking (e.g., current task or topic) | |
| context_type | No | Optional context type that shifts scoring weights. debugging = boost bug/pattern memories, planning = boost architecture/decision, reviewing = boost pattern/preference. | |
| compact | No | When true (default), returns only formatted_context text instead of full JSON arrays. Saves ~60% tokens. | |
| limit | No | Max total memories to return (default 25). Lower values save context tokens. | |
| team_id | No | Optional override. Team memories are automatically included for team/enterprise users. |