search_by_extension
Find files by type category (code, docs, media, config, data) or custom extensions. Specify optional path and pattern to refine results.
Instructions
Search for files by type category (code, docs, media, config, data) or custom extensions. Fast way to find all files of a certain type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional: Restrict search to this directory path | |
| type | Yes | File type: "code", "docs", "media", "config", "data", or "custom" | |
| pattern | No | Optional: Additional pattern to filter filenames | |
| maxResults | No | Maximum number of results to return (default: 50) | |
| customExtensions | No | Custom file extensions when type is "custom" (e.g., ["log", "tmp"]) |