Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wiki_get_wiki

Retrieve wiki content by specifying a unique identifier and project name or ID using the Azure DevOps MCP Server with PAT Authentication.

Instructions

Get the wiki by wikiIdentifier

Input Schema

NameRequiredDescriptionDefault
projectNoThe project name or ID where the wiki is located. If not provided, the default project will be used.
wikiIdentifierYesThe unique identifier of the wiki.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project": { "description": "The project name or ID where the wiki is located. If not provided, the default project will be used.", "type": "string" }, "wikiIdentifier": { "description": "The unique identifier of the wiki.", "type": "string" } }, "required": [ "wikiIdentifier" ], "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