project_code_search
Search project source code and documentation semantically to find functions, classes, and patterns. Automatically indexes on first search if no index exists.
Instructions
Semantic search over project source code and documentation.
Searches indexed project codebases (per-project FalkorDB vector DBs). Auto-indexes the project on first search if no index exists. Useful for finding code patterns, functions, classes, and docs across projects.
Args: query: Search query (e.g. "authentication middleware", "API route handler") n_results: Number of results (default 5) project: Project name or path (e.g. "my-app", "~/projects/my-app"). Omit to search all. chunk_type: Filter by "code" or "doc"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| project | No | ||
| n_results | No | ||
| chunk_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |