read_page
Retrieve the raw wikitext content of any Wizzypedia page by specifying its title using this MCP-enabled tool on the Wizzypedia MCP Server.
Instructions
Fetch the raw wikitext content of a page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes | Title of the page to read |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"description": "Title of the page to read",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}