Skip to main content
Glama

Datadog MCP Server

by brukhabtu

ListServiceDefinitions

Retrieve all service definitions from the Datadog Service Catalog using pagination and schema version parameters. Manage API responses for success, forbidden, or rate-limited scenarios.

Instructions

Get a list of all service definitions from the Datadog Service Catalog.

Query Parameters:

  • page[size]: Size for a given page. The maximum allowed value is 100.
  • page[number]: Specific page number to return.
  • schema_version: The schema version desired in the response.

Responses:

  • 200 (Success): OK
    • Content-Type: application/json
    • Response Properties:
      • data: Data representing service definitions.
    • Example:
{ "data": [ "unknown_type" ] }
  • 403: Forbidden
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 429: Too many requests
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }

Input Schema

NameRequiredDescriptionDefault
page[number]NoSpecific page number to return.
page[size]NoSize for a given page. The maximum allowed value is 100.
schema_versionNoSchema versions

Input Schema (JSON Schema)

{ "properties": { "page[number]": { "default": 0, "description": "Specific page number to return.", "example": 0, "format": "int64", "type": "integer" }, "page[size]": { "default": 10, "description": "Size for a given page. The maximum allowed value is 100.", "example": 10, "format": "int64", "type": "integer" }, "schema_version": { "description": "Schema versions", "enum": [ "v1", "v2", "v2.1", "v2.2" ], "type": "string", "x-enum-varnames": [ "V1", "V2", "V2_1", "V2_2" ] } }, "required": [], "type": "object" }
Install Server

Other Tools from Datadog MCP Server

Related Tools

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/brukhabtu/datadog-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server