localFindFiles
Find files by metadata like name, time, size, and permissions to narrow scope before content search. Use for locating recent changes or filtering by criteria.
Instructions
Find files by metadata [LOCAL: filesystem]
Config/docs: localGetFileContent directly
Faster than content search (metadata indexing)
excludeDir for noise (node_modules, dist, .git)
Time: '7d', '2h', '30m'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | Queries for localFindFiles (1–5 per call). Review schema before use. | |
| responseCharOffset | No | Character offset for top-level bulk response pagination across results[]. Use when a multi-query response was auto-paginated. | |
| responseCharLength | No | Character budget for top-level bulk response pagination across results[]. Overrides the shared default for this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Array of results, one per input query, discriminated by status | |
| responsePagination | No | Pagination metadata for top-level bulk response pagination across results[] |