Skip to main content
Glama

MCP Azure DevOps Server

move_wiki_page

Move a wiki page from one location to another within an Azure DevOps project to reorganize wiki structure atomically.

Instructions

Move a wiki page from one location to another atomically. Perfect for reorganizing wiki structure.

Input Schema

NameRequiredDescriptionDefault
from_pathYesThe current path of the wiki page to move.
projectYesThe name or ID of the project.
to_pathYesThe target path where the wiki page should be moved.
wiki_identifierYesThe name or ID of the wiki.

Input Schema (JSON Schema)

{ "properties": { "from_path": { "description": "The current path of the wiki page to move.", "type": "string" }, "project": { "description": "The name or ID of the project.", "type": "string" }, "to_path": { "description": "The target path where the wiki page should be moved.", "type": "string" }, "wiki_identifier": { "description": "The name or ID of the wiki.", "type": "string" } }, "required": [ "project", "wiki_identifier", "from_path", "to_path" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xrmghost/mcp-azure-devops'

If you have feedback or need assistance with the MCP directory API, please join our Discord server