Skip to main content
Glama

Azure DevOps Wiki MCP Server

by uright

search_wiki

Search Azure DevOps wiki content using the Search API. Retrieve relevant information by specifying organization, project, and search query, with optional wiki identifier for targeted results.

Instructions

Search across wiki content using Azure DevOps Search API

Input Schema

NameRequiredDescriptionDefault
organizationNoAzure DevOps organization name
projectNoProject name
searchTextYesSearch query string
wikiIdNoOptional specific wiki identifier

Input Schema (JSON Schema)

{ "properties": { "organization": { "description": "Azure DevOps organization name", "type": "string" }, "project": { "description": "Project name", "type": "string" }, "searchText": { "description": "Search query string", "type": "string" }, "wikiId": { "description": "Optional specific wiki identifier", "type": "string" } }, "required": [ "searchText" ], "type": "object" }
Install Server

Other Tools from Azure DevOps Wiki MCP Server

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/uright/azure-devops-wiki-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server