Skip to main content
Glama
schema.ts476 B
import { z } from 'zod'; import { defaultProject } from '../../../utils/environment'; export const GetPipelineRunSchema = z.object({ projectId: z .string() .optional() .describe(`The ID or name of the project (Default: ${defaultProject})`), runId: z.number().int().min(1).describe('Pipeline run identifier'), pipelineId: z .number() .int() .min(1) .optional() .describe('Optional guard; validates the run belongs to this pipeline'), });

Latest Blog Posts

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