search_data_file
Search for specific terms within OSRS game data files using filename and query parameters. Supports pagination to efficiently locate and view relevant entries in the data directory.
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') | |
page | No | Page number for pagination | |
pageSize | No | Number of results per page | |
query | Yes | The term to search for in the file |