search_context_index
Semantically search the entire indexed project context to locate relevant files, then pass their paths to load_context_files for detailed access.
Instructions
Semantically search the whole indexed project context. Use this first to find which files are relevant to your task, then pass their paths to load_context_files — do not rely on this tool's snippets alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query | |
| n_results | No | ||
| project_path | Yes | Absolute filesystem path, a short 'owner/repo' identifier, or a full https:// repository URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Individual matching hits, one per matched chunk. | |
| warning | No | Present only when the index was built with a different embedding provider/model. |