Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wiki_list_wikis

Retrieve a list of wikis for Azure DevOps organizations or specific projects using PAT authentication. Simplify wiki management by filtering results by project name or ID.

Instructions

Retrieve a list of wikis for an organization or project.

Input Schema

NameRequiredDescriptionDefault
projectNoThe project name or ID to filter wikis. If not provided, all wikis in the organization will be returned.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project": { "description": "The project name or ID to filter wikis. If not provided, all wikis in the organization will be returned.", "type": "string" } }, "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