MinecraftWiki_resolveRedirect
Resolve Minecraft Wiki page redirects to retrieve the correct title, simplifying access to precise information on Minecraft-related topics.
Instructions
Resolve a redirect and return the title of the target page.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes | Title of the page to resolve the redirect for. |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"description": "Title of the page to resolve the redirect for.",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}