Skip to main content
Glama

MCP Azure DevOps Server

delete_wiki_page

Remove outdated or incorrect wiki pages from Azure DevOps projects by specifying the project, wiki identifier, and page path.

Instructions

Deletes a wiki page by its path.

Input Schema

NameRequiredDescriptionDefault
pathYesThe path of the wiki page to delete.
projectYesThe name or ID of the project.
wiki_identifierYesThe name or ID of the wiki.

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "The path of the wiki page to delete.", "type": "string" }, "project": { "description": "The name or ID of the project.", "type": "string" }, "wiki_identifier": { "description": "The name or ID of the wiki.", "type": "string" } }, "required": [ "project", "wiki_identifier", "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