search_data_file
Search a specific data file in the OSRS data directory for matching entries, with pagination support.
Instructions
Search any file in the data directory for matching entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | The filename to search in the data directory (e.g., 'varptypes.txt') | |
| query | Yes | The term to search for in the file | |
| page | No | Page number for pagination | |
| pageSize | No | Number of results per page |