Azure DevOps MCP Server for Cline

get_wiki_page

Get a wiki page by path

Input Schema

NameRequiredDescriptionDefault
includeContentNoInclude page content (optional, defaults to true)
pathYesPage path
versionNoVersion (optional, defaults to main)
wikiIdentifierYesWiki identifier

Input Schema (JSON Schema)

{ "properties": { "includeContent": { "description": "Include page content (optional, defaults to true)", "type": "boolean" }, "path": { "description": "Page path", "type": "string" }, "version": { "description": "Version (optional, defaults to main)", "type": "string" }, "wikiIdentifier": { "description": "Wiki identifier", "type": "string" } }, "required": [ "wikiIdentifier", "path" ], "type": "object" }