global_recall
Retrieve cross-project lessons that apply universally across all projects. Use partial topic matching to find relevant lessons on 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 |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance (used for connection) | |
| topic | No | Topic or keyword filter (optional) |