Search project text
search_textFind exact text strings in project files with controlled output limits. Use this tool for plain-text searches that avoid regex complexity and shell execution.
Instructions
Search for a fixed text string in project files with bounded output; regex and shell execution are not used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| query | Yes | ||
| project | Yes | ||
| maxResults | No | ||
| caseSensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| project | Yes | ||
| results | Yes | ||
| truncated | Yes |