OSRS MCP Server

search_varptypes

Find player variables (varps) in the varptypes.txt file to track player state and progress in Old School RuneScape using the OSRS MCP Server. Search by term and paginate results.

Instructions

Search the varptypes.txt file for player variables (varps) that store player state and progress.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for pagination
pageSizeNoNumber of results per page
queryYesThe term to search for in the file

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "page": { "default": 1, "description": "Page number for pagination", "minimum": 1, "type": "integer" }, "pageSize": { "default": 10, "description": "Number of results per page", "maximum": 100, "minimum": 1, "type": "integer" }, "query": { "description": "The term to search for in the file", "type": "string" } }, "required": [ "query" ], "type": "object" }
ID: ctkzx8ysig