Skip to main content
Glama

Azure DevOps MCP Server

schema.ts633 B
import { z } from 'zod'; import { defaultProject, defaultOrg } from '../../../utils/environment'; /** * Schema for listing wiki pages from an Azure DevOps wiki */ export const ListWikiPagesSchema = z.object({ organizationId: z .string() .optional() .nullable() .describe(`The ID or name of the organization (Default: ${defaultOrg})`), projectId: z .string() .optional() .nullable() .describe(`The ID or name of the project (Default: ${defaultProject})`), wikiId: z.string().describe('The ID or name of the wiki'), }); export type ListWikiPagesOptions = z.infer<typeof ListWikiPagesSchema>;

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

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