Skip to main content
Glama

MCP Azure DevOps Server

get_wiki_page_by_title

Retrieve Azure DevOps wiki pages by title instead of exact path, enabling easier navigation and content discovery within project wikis.

Instructions

Find a wiki page by title instead of exact path - useful for navigation.

Input Schema

NameRequiredDescriptionDefault
projectYesThe name or ID of the project.
titleYesTitle or partial title of the page to find.
wiki_identifierYesThe name or ID of the wiki.

Input Schema (JSON Schema)

{ "properties": { "project": { "description": "The name or ID of the project.", "type": "string" }, "title": { "description": "Title or partial title of the page to find.", "type": "string" }, "wiki_identifier": { "description": "The name or ID of the wiki.", "type": "string" } }, "required": [ "project", "wiki_identifier", "title" ], "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