Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wiki_create_or_update_page

Create or update wiki pages in Azure DevOps with markdown content. Specify wiki identifier, path, and content for precise documentation management using PAT authentication.

Instructions

Create or update a wiki page with content.

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the wiki page in markdown format.
etagNoETag for editing existing pages (optional, will be fetched if not provided).
pathYesThe path of the wiki page (e.g., '/Home' or '/Documentation/Setup').
projectNoThe project name or ID where the wiki is located. If not provided, the default project will be used.
wikiIdentifierYesThe unique identifier or name of the wiki.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The content of the wiki page in markdown format.", "type": "string" }, "etag": { "description": "ETag for editing existing pages (optional, will be fetched if not provided).", "type": "string" }, "path": { "description": "The path of the wiki page (e.g., '/Home' or '/Documentation/Setup').", "type": "string" }, "project": { "description": "The project name or ID where the wiki is located. If not provided, the default project will be used.", "type": "string" }, "wikiIdentifier": { "description": "The unique identifier or name of the wiki.", "type": "string" } }, "required": [ "wikiIdentifier", "path", "content" ], "type": "object" }

Other Tools from Azure DevOps MCP Server with PAT Authentication

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/ennuiii/DevOpsMcpPAT'

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