search_all_projects
Search your entire wiki across all projects to find previously stored knowledge. Returns ranked matches with project IDs, enabling cross-project wikilinks and answering 'have I seen this before' questions.
Instructions
Search the user's wiki across EVERY project (not just the current one). Returns ranked matches with their owning project id, suitable for citing as [[<project>/<slug>]] cross-project wikilinks. Use this when answering open-ended "have I seen this before" questions or proposing cross-project bridges during ingest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 10, max 50) | |
| query | Yes | Search query (1+ chars). Matches against slug, title, and one-liner. | |
| crossProjectOnly | No | If true, exclude results from the current project. Useful when looking only for cross-project bridges. |