osrs_wiki_get_page_info
Retrieve detailed information about specific pages on the OSRS Wiki using this tool. Input page titles to access data on items, NPCs, locations, or game mechanics efficiently through the OSRS MCP Server.
Instructions
Get information about specific pages on the OSRS Wiki.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
titles | Yes | Comma-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"
}