gograph_query
Search code symbols, packages, and files by keyword to find relevant code when you know a feature name but not its package. Use OR semantics for multiple terms.
Instructions
Search the graph index for symbols, packages, files, and import edges that match one or more keyword substrings. Multiple terms use OR semantics, matching CLI query term.... The MCP server refreshes source analysis before the call. Read-only; no persistent side effects. WHEN TO USE: During initial exploration when you have a keyword or feature name but do not know its package. NOT TO USE: When you already know the exact symbol (use gograph_source or gograph_node); for package dependency trees (use gograph_deps). RETURNS: Matching symbols, files, and imports; empty when no terms match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | One keyword search term (e.g. 'AuthService') | |
| terms | No | Optional list of keyword terms combined with OR semantics |