Skip to main content
Glama

Azure DevOps MCP Server for Cline

update_wiki_page

Create or modify a wiki page in Azure DevOps by specifying the path, content, and identifier. Streamline documentation updates with markdown support for clear, structured information.

Instructions

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" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server for Cline

Related Tools

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/stefanskiasan/azure-devops-mcp-server'

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