Azure DevOps MCP Server

search_wiki

Search for specific content across wiki pages within an Azure DevOps project. Apply filters, enable faceting, and manage pagination to refine and retrieve relevant information efficiently.

Instructions

Search for content across wiki pages in a project

Input Schema

NameRequiredDescriptionDefault
filtersNoOptional filters to narrow search results
includeFacetsNoWhether to include faceting in results (default: true)
projectIdYesThe ID or name of the project to search in
searchTextYesThe text to search for in wikis
skipNoNumber of results to skip for pagination (default: 0)
topNoNumber of results to return (default: 100, max: 1000)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filters": { "additionalProperties": false, "description": "Optional filters to narrow search results", "properties": { "Project": { "description": "Filter by project names", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "includeFacets": { "default": true, "description": "Whether to include faceting in results (default: true)", "type": "boolean" }, "projectId": { "description": "The ID or name of the project to search in", "type": "string" }, "searchText": { "description": "The text to search for in wikis", "type": "string" }, "skip": { "default": 0, "description": "Number of results to skip for pagination (default: 0)", "minimum": 0, "type": "integer" }, "top": { "default": 100, "description": "Number of results to return (default: 100, max: 1000)", "maximum": 1000, "minimum": 1, "type": "integer" } }, "required": [ "searchText", "projectId" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server

Related Tools

ID: vbqbnnzcdd