We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Believe-SA/datadog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
tools.go•280 B
// Package tools provides MCP tools for DataDog API integration.
// This package serves as the root for versioned tool implementations.
//
// Tool implementations are organized by API version:
// - v1/ - DataDog API v1 tools
// - v2/ - DataDog API v2 tools (future)
package tools