Skip to main content
Glama

mcp-server-datadog

Apache 2.0
4,489
103
  • Apple
schema.ts261 B
import { z } from 'zod' export const ListIncidentsZodSchema = z.object({ pageSize: z.number().min(1).max(100).default(10), pageOffset: z.number().min(0).default(0), }) export const GetIncidentZodSchema = z.object({ incidentId: z.string().nonempty(), })

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