+ {/* search_code */}
+
+
search_code
+
Semantic search across your codebase. Finds code by meaning, not just keywords.
+
+
"Find authentication middleware"
+
"Show me error handling patterns"
+
"Where's the database connection logic?"
+
+
+
+ {/* list_repositories */}
+
+
list_repositories
+
See all indexed repositories.
+
+
"What repos do you have access to?"
+
"List my codebases"
+
+
+
+ {/* get_dependency_graph */}
+
+
get_dependency_graph
+
Understand how files connect. See which files are critical vs isolated.
+
+
"Show me the dependency graph for this repo"
+
"What files does auth.py depend on?"
+
+
+
+ {/* analyze_code_style */}
+
+
analyze_code_style
+
Team patterns: naming conventions, async usage, type hints, common imports.
+
+
"What coding conventions does this repo use?"
+
"Is this team using snake_case or camelCase?"
+
+
+
+ {/* analyze_impact */}
+
+
analyze_impact
+
Before you change a file, know what breaks. Shows dependents, impact, and related tests.
+
+
"What happens if I modify src/auth/middleware.py?"
+
"What's the blast radius of changing this file?"
+
+
+
+ {/* get_repository_insights */}
+
+
get_repository_insights
+
High-level overview: file count, critical files, architecture patterns.
+
+
"Give me an overview of this codebase"
+
"What are the most important files here?"
+
+
+
+