import { z } from 'zod'
export const GetMonitorsZodSchema = z.object({
groupStates: z
.array(z.enum(['alert', 'warn', 'no data', 'ok']))
.optional()
.describe('Filter monitors by their states'),
name: z.string().optional().describe('Filter monitors by name'),
tags: z.array(z.string()).optional().describe('Filter monitors by tags'),
})
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/winor30/mcp-server-datadog'
If you have feedback or need assistance with the MCP directory API, please join our Discord server