Azure DevOps MCP Server for Cline

update_wiki_page

Create or update a wiki page

Input Schema

NameRequiredDescriptionDefault
commentNoComment for the update (optional)
contentYesPage content in markdown format
pathYesPage path
wikiIdentifierYesWiki identifier

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Comment for the update (optional)", "type": "string" }, "content": { "description": "Page content in markdown format", "type": "string" }, "path": { "description": "Page path", "type": "string" }, "wikiIdentifier": { "description": "Wiki identifier", "type": "string" } }, "required": [ "wikiIdentifier", "path", "content" ], "type": "object" }