Skip to main content
Glama

MCP Azure DevOps Server

find_wiki_by_name

Search for Azure DevOps wikis using partial name matching when you don't know the exact wiki name, helping locate specific documentation within projects.

Instructions

Find wikis by partial name match when you don't know the exact wiki name.

Input Schema

NameRequiredDescriptionDefault
partial_nameYesPartial wiki name to search for.
projectYesThe name or ID of the project.

Input Schema (JSON Schema)

{ "properties": { "partial_name": { "description": "Partial wiki name to search for.", "type": "string" }, "project": { "description": "The name or ID of the project.", "type": "string" } }, "required": [ "project", "partial_name" ], "type": "object" }

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

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