search-pdfs
Locate PDF files in a directory by specifying a base path and optional filename pattern. Supports recursive searches to find files in subfolders.
Instructions
Search for PDF files in a directory with optional pattern matching
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_path | Yes | Base directory to search in | |
pattern | No | Pattern to match against filenames (e.g., 'report*.pdf') | |
recursive | No | Whether to search in subdirectories |