Skip to main content
Glama

MCP Azure DevOps Server

create_wiki_pages_batch

Create multiple wiki pages simultaneously in Azure DevOps to streamline bulk documentation tasks and maintain project wikis efficiently.

Instructions

Create multiple wiki pages at once for bulk operations.

Input Schema

NameRequiredDescriptionDefault
pages_dataYesArray of page objects to create.
projectYesThe name or ID of the project.
wiki_identifierYesThe name or ID of the wiki.

Input Schema (JSON Schema)

{ "properties": { "pages_data": { "description": "Array of page objects to create.", "items": { "properties": { "content": { "description": "The content of the wiki page.", "type": "string" }, "path": { "description": "The path of the wiki page to create.", "type": "string" } }, "required": [ "path", "content" ], "type": "object" }, "type": "array" }, "project": { "description": "The name or ID of the project.", "type": "string" }, "wiki_identifier": { "description": "The name or ID of the wiki.", "type": "string" } }, "required": [ "project", "wiki_identifier", "pages_data" ], "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