ssh_find_files
Search for files on a remote server using filename glob patterns. Filter by type (files or directories), limit results, and specify search depth.
Instructions
Find files by name pattern on the remote server.
Args: path: Directory to search in. pattern: Filename glob pattern (e.g., ".py", "test_"). file_type: Type filter: "f" for files, "d" for directories, "" for both. max_results: Maximum entries to return. max_depth: Maximum directory depth to search. host: SSH host alias from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| pattern | No | * | |
| file_type | No | f | |
| max_results | No | ||
| max_depth | No | ||
| host | No |