import { z } from 'zod'
export const QueryMetricsZodSchema = z.object({
from: z
.number()
.describe(
'Start of the queried time period, seconds since the Unix epoch.',
),
to: z
.number()
.describe('End of the queried time period, seconds since the Unix epoch.'),
query: z
.string()
.describe('Datadog metrics query string. e.g. "avg:system.cpu.user{*}'),
})
export type QueryMetricsArgs = z.infer<typeof QueryMetricsZodSchema>
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