Skip to main content
Glama

Azure DevOps Wiki MCP Server

by uright

wiki_get_page_tree

Retrieves the hierarchical page structure from an Azure DevOps wiki, enabling users to navigate and manage content by specifying organization, project, wiki ID, and optional depth.

Instructions

Retrieve hierarchical page structure from wiki

Input Schema

NameRequiredDescriptionDefault
depthNoOptional maximum depth to retrieve
organizationNoAzure DevOps organization name
projectNoProject name
wikiIdYesWiki identifier

Input Schema (JSON Schema)

{ "properties": { "depth": { "description": "Optional maximum depth to retrieve", "type": "number" }, "organization": { "description": "Azure DevOps organization name", "type": "string" }, "project": { "description": "Project name", "type": "string" }, "wikiId": { "description": "Wiki identifier", "type": "string" } }, "required": [ "wikiId" ], "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