Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wiki_get_page_content

Retrieve content from Azure DevOps wiki pages using unique identifiers and paths. Access specific project wikis and manage content efficiently with PAT authentication.

Instructions

Retrieve wiki page content by wikiIdentifier and path.

Input Schema

NameRequiredDescriptionDefault
pathYesThe path of the wiki page to retrieve content for.
projectYesThe project name or ID where the wiki is located.
wikiIdentifierYesThe unique identifier of the wiki.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "The path of the wiki page to retrieve content for.", "type": "string" }, "project": { "description": "The project name or ID where the wiki is located.", "type": "string" }, "wikiIdentifier": { "description": "The unique identifier of the wiki.", "type": "string" } }, "required": [ "wikiIdentifier", "project", "path" ], "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