azure-devops MCP Server

by mmruesch12
Verified

create_wiki_page

Automate wiki page creation in Azure DevOps with a structured input system, specifying project, wiki name, path, and content for streamlined documentation.

Instructions

Create a new wiki page

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the wiki page
pathYesPath of the wiki page
projectYesName of the Azure DevOps project
wikiYesName of the wiki

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the wiki page", "type": "string" }, "path": { "description": "Path of the wiki page", "type": "string" }, "project": { "description": "Name of the Azure DevOps project", "type": "string" }, "wiki": { "description": "Name of the wiki", "type": "string" } }, "required": [ "project", "wiki", "path", "content" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops MCP Server

Related Tools

ID: 3obli4updg