move_page_tool
Rename wiki pages in MediaWiki instances by moving them from one title to another, with options to move talk pages, add reasons, and manage redirects.
Instructions
Move (rename) a wiki page. Requires authentication.
Args: from_title: Current page title to_title: New page title reason: Reason for move (default: empty) move_talk: Also move the talk page (default: True) no_redirect: Do not create a redirect (default: False)
Returns: Move result with old and new titles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_title | Yes | ||
| to_title | Yes | ||
| reason | No | ||
| move_talk | No | ||
| no_redirect | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||