search_codebase
Semantically search an indexed codebase using natural language queries, returning relevant code blocks within a token budget.
Instructions
Semantically queries code blocks from an isolated indexed codebase path with a token ceiling safeguard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| repo_path | Yes | ||
| file_filter | No | ||
| token_budget | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |