Skip to main content
Glama

Azure DevOps Wiki MCP Server

by uright

wiki_update_page

Update or create Azure DevOps wiki pages by specifying the organization, project, wiki ID, path, and content in Markdown format.

Instructions

Update content of an existing wiki page or create a new page if it does not exist

Input Schema

NameRequiredDescriptionDefault
contentYesNew page content (Markdown)
organizationNoAzure DevOps organization name
pathYesPage path or page ID
projectNoProject name
wikiIdYesWiki identifier

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New page content (Markdown)", "type": "string" }, "organization": { "description": "Azure DevOps organization name", "type": "string" }, "path": { "description": "Page path or page ID", "type": "string" }, "project": { "description": "Project name", "type": "string" }, "wikiId": { "description": "Wiki identifier", "type": "string" } }, "required": [ "wikiId", "path", "content" ], "type": "object" }

Other Tools from Azure DevOps Wiki MCP Server

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/uright/azure-devops-wiki-mcp'

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