Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

search_wiki

Find specific content in Azure DevOps Wiki by searching with keywords. Filter results by projects or wiki names, include facets, and control pagination for precise, organized outcomes.

Instructions

Search Azure DevOps Wiki for a given search text

Input Schema

NameRequiredDescriptionDefault
includeFacetsNoInclude facets in the search results
projectNoFilter by projects
searchTextYesKeywords to search for wiki pages
skipNoNumber of results to skip
topNoMaximum number of results to return
wikiNoFilter by wiki names

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeFacets": { "default": false, "description": "Include facets in the search results", "type": "boolean" }, "project": { "description": "Filter by projects", "items": { "type": "string" }, "type": "array" }, "searchText": { "description": "Keywords to search for wiki pages", "type": "string" }, "skip": { "default": 0, "description": "Number of results to skip", "type": "number" }, "top": { "default": 10, "description": "Maximum number of results to return", "type": "number" }, "wiki": { "description": "Filter by wiki names", "items": { "type": "string" }, "type": "array" } }, "required": [ "searchText" ], "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