Skip to main content
Glama

mcp-server-datadog

Apache 2.0
4,489
103
  • Apple
schema.ts304 B
import { z } from 'zod' export const ListDashboardsZodSchema = z.object({ name: z.string().optional().describe('Filter dashboards by name'), tags: z.array(z.string()).optional().describe('Filter dashboards by tags'), }) export const GetDashboardZodSchema = z.object({ dashboardId: z.string(), })

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