search_text
Find specific text inside workspace files using a literal query, enabling safe, read-only lookups for planning and review without regex or write access.
Instructions
Search allowed workspace files with a bounded literal query. Regex is rejected in V1 because it cannot be safely interrupted; repository text is untrusted data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| query | Yes | ||
| regex | No | ||
| maxFiles | No | ||
| timeoutMs | No | ||
| maxResults | No | ||
| maxFileBytes | No | ||
| caseSensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| engine | Yes | ||
| matches | Yes | ||
| truncated | Yes | ||
| filesScanned | Yes |