Skip to main content
Glama

mcp-server-datadog

Apache 2.0
4,489
103
  • Apple
mock.ts472 B
interface MockToolRequest { method: 'tools/call' params: { name: string // eslint-disable-next-line @typescript-eslint/no-explicit-any arguments: Record<string, any> } } export function createMockToolRequest( toolName: string, // eslint-disable-next-line @typescript-eslint/no-explicit-any args: Record<string, any>, ): MockToolRequest { return { method: 'tools/call', params: { name: toolName, arguments: args, }, } }

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