find
Search files and directories by glob-style name patterns. Provide a path, optional type filter, and pattern to get matching entries.
Instructions
Find files or directories by glob-style name match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory under the server root | . |
| type | No | Filter by 'file' or 'dir' | |
| pattern | No | Glob-style name pattern | * |
| max_results | No | Maximum entries to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |