Azure DevOps MCP Server for Cline

create_wiki

Create a new wiki

Input Schema

NameRequiredDescriptionDefault
mappedPathNoMapped path (optional, defaults to /)
nameYesWiki name
projectIdNoProject ID (optional, defaults to current project)

Input Schema (JSON Schema)

{ "properties": { "mappedPath": { "description": "Mapped path (optional, defaults to /)", "type": "string" }, "name": { "description": "Wiki name", "type": "string" }, "projectId": { "description": "Project ID (optional, defaults to current project)", "type": "string" } }, "required": [ "name" ], "type": "object" }