OSRS MCP Server

osrs_wiki_get_page_info

Retrieve detailed information from the OSRS Wiki for specific pages using page titles. Access structured data for items, NPCs, locations, and game mechanics through the OSRS MCP Server.

Instructions

Get information about specific pages on the OSRS Wiki.

Input Schema

NameRequiredDescriptionDefault
titlesYesComma-separated list of page titles to get info for (e.g., Dragon_scimitar,Abyssal_whip)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "titles": { "description": "Comma-separated list of page titles to get info for (e.g., Dragon_scimitar,Abyssal_whip)", "type": "string" } }, "required": [ "titles" ], "type": "object" }
ID: ctkzx8ysig