Search Saved Knowledge
bridge_search_contextSearch across all saved conversations, notes, decisions, and files from Chat, Code, and Cowork to find previously discussed topics, decisions, or files using natural language queries.
Instructions
Search through everything that has been saved across conversations. Use when the user asks "what did I decide about...", "what do we know about...", "did I save anything about...", "find my notes on...", "what was that thing about...", or any question that might be answered by previously saved context. Also use proactively when the user asks a question that saved context might answer — check before saying "I don't have that information". Searches across all surfaces (Chat, Code, Cowork) and all projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Narrow search to a specific type. Use "decision" when user asks "what did I/we decide about...", "preference" for "what are my preferences for...", etc. | |
| limit | No | Maximum number of results to return (1-50, default 10) | |
| query | Yes | Keywords to search for. Use natural terms like 'authentication' or 'deploy process'. Supports quoted phrases like '"react hooks"' and operators AND/OR/NOT. | |
| offset | No | Number of results to skip for pagination | |
| project | No | Narrow search to a specific project. Omit to search across all projects. | |
| source_surface | No | Narrow search to contexts saved from a specific surface. Omit to search all surfaces. | |
| response_format | No | Response format: json or markdown | markdown |