Skip to main content
Glama

Azure DevOps MCP Server

schema.ts622 B
import { z } from 'zod'; import { defaultProject } from '../../../utils/environment'; /** * Schema for the listPipelines function */ export const ListPipelinesSchema = z.object({ // The project to list pipelines from projectId: z .string() .optional() .describe(`The ID or name of the project (Default: ${defaultProject})`), // Maximum number of pipelines to return top: z.number().optional().describe('Maximum number of pipelines to return'), // Order by field and direction orderBy: z .string() .optional() .describe('Order by field and direction (e.g., "createdDate desc")'), });

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