Skip to main content
Glama

mcp-server-circleci

Official
inputSchema.ts378 B
import { z } from 'zod'; export const findUnderusedResourceClassesInputSchema = z.object({ csvFilePath: z .string() .describe('The path to the usage data CSV file to analyze.'), threshold: z .number() .optional() .default(40) .describe( 'The usage percentage threshold. Jobs with usage below this will be reported. Default is 40.', ), });

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/CircleCI-Public/mcp-server-circleci'

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