workspace_search
Find matching text and code snippets across indexed workspace files using keyword search. Results are returned from offline index.
Instructions
Perform a fast keyword search across indexed workspace text/code files completely offline.
Must run `workspace_index` at least once before searching to populate results.
Args:
query: Keyword or terms to search for.
limit: Maximum matching snippets to return. Defaults to 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |