mcp-server-datadog

by winor30
Verified

list_hosts

Get list of hosts from Datadog

Input Schema

NameRequiredDescriptionDefault
countNoMax number of hosts to return (max: 1000)
filterNoFilter string for search results
fromNoSearch hosts from this UNIX timestamp
include_hosts_metadataNoInclude host metadata (version, platform, etc)
include_muted_hosts_dataNoInclude muted hosts status and expiry
sort_dirNoSort direction (asc/desc)
sort_fieldNoField to sort hosts by
startNoStarting offset for pagination

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Max number of hosts to return (max: 1000)", "maximum": 1000, "type": "integer" }, "filter": { "description": "Filter string for search results", "type": "string" }, "from": { "description": "Search hosts from this UNIX timestamp", "type": "integer" }, "include_hosts_metadata": { "description": "Include host metadata (version, platform, etc)", "type": "boolean" }, "include_muted_hosts_data": { "description": "Include muted hosts status and expiry", "type": "boolean" }, "sort_dir": { "description": "Sort direction (asc/desc)", "type": "string" }, "sort_field": { "description": "Field to sort hosts by", "type": "string" }, "start": { "description": "Starting offset for pagination", "type": "integer" } }, "required": [], "type": "object" }