global_recall
Retrieve universal lessons learned across all projects, filtered by topic or keyword. Access cross-project knowledge about tool quirks, shell gotchas, and platform behavior.
Instructions
Read-only retrieval of cross-project lessons stored via global_learn. No side effects. Returns a list of matching global lesson objects, each with topic, lesson text, severity, and tags. If no topic is provided, returns all global lessons (up to 50). If topic is provided, returns all lessons whose topic key contains that string (partial match). Use this for lessons that apply universally across all projects (tool quirks, shell gotchas, platform behavior). Use recall_best_solution instead for project-specific lessons; use team_recall for org-scoped lessons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Topic or keyword filter (optional) | |
| instance_id | Yes | UUID of the cache instance (used for connection) |