org_wide_search
Searches all registered repositories to retrieve memories and answers for queries that may live in any repo. Default cross-repo search tool.
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 |