org_wide_search
Search memories across all registered repositories to find answers that may reside in any service. Returns matching results, count, and which repos were searched or skipped.
Instructions
PRIMARY tool for cross-repo queries. Searches memories across ALL registered repos. Use this by default when a query spans multiple services or the answer may live in any repo. Prefer this over org_search (legacy fallback).
Use cross_repo_search when you need explicit scope control (project vs org). Use org_search only as a fallback when this returns empty.
Returns {results, count, repos_searched, repos_skipped} — check repos_skipped if an expected service is missing from results.
Claude: use this as the default cross-repo search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No |