Skip to main content
Glama

Azure DevOps MCP Server

schema.ts506 B
import { z } from 'zod'; import { defaultProject, defaultOrg } from '../../../utils/environment'; /** * Schema for listing wikis in an Azure DevOps project or organization */ export const GetWikisSchema = 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})`), });

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