Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wiki_list_pages

Retrieve a list of wiki pages for a specific project and wiki in Azure DevOps. Supports pagination, customizable page limits, and optional page view statistics.

Instructions

Retrieve a list of wiki pages for a specific wiki and project.

Input Schema

NameRequiredDescriptionDefault
continuationTokenNoToken for pagination to retrieve the next set of pages.
pageViewsForDaysNoNumber of days to retrieve page views for. If not specified, page views are not included.
projectYesThe project name or ID where the wiki is located.
topNoThe maximum number of pages to return. Defaults to 20.
wikiIdentifierYesThe unique identifier of the wiki.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "continuationToken": { "description": "Token for pagination to retrieve the next set of pages.", "type": "string" }, "pageViewsForDays": { "description": "Number of days to retrieve page views for. If not specified, page views are not included.", "type": "number" }, "project": { "description": "The project name or ID where the wiki is located.", "type": "string" }, "top": { "default": 20, "description": "The maximum number of pages to return. Defaults to 20.", "type": "number" }, "wikiIdentifier": { "description": "The unique identifier of the wiki.", "type": "string" } }, "required": [ "wikiIdentifier", "project" ], "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