Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DD_API_KEY | Yes | Datadog API Key used for authentication with Datadog's API | |
| DD_APP_KEY | Yes | Datadog Application Key used for authorization and is tied to a specific user account |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_ci_pipelines | List CI pipelines from Datadog CI Visibility with optional filtering |
| get_pipeline_fingerprints | Get unique pipeline fingerprints for specific repositories/services |
| get_logs | Search and retrieve logs from Datadog with flexible filtering parameters. Similar to get_metrics but for log data. |
| get_logs_field_values | Get possible values for a specific log field to understand filtering options |
| get_teams | Get Datadog teams and their members |
| get_metrics | Execute metric queries on Datadog. Specify the metric name and optional filters/aggregations to build and execute the query. |
| get_metric_fields | Get available fields/tags for a specific metric from Datadog to help with aggregation queries |
| get_metric_field_values | Get all possible values for a specific field of a metric from Datadog to discover available dimensions |
| list_metrics | List all available metrics from Datadog. Useful for discovering metrics before querying them with get_metrics. |
| list_service_definitions | List all service definitions from Datadog. Service definitions describe the structure, ownership, and metadata of services in your organization. |
| get_service_definition | Retrieve the definition of a specific service from Datadog. Service definitions contain metadata, ownership, and configuration details for individual services. |
| list_monitors | List all monitors from Datadog. Monitors are used for alerting on metrics, logs, and other data. |
| list_slos | List Service Level Objectives (SLOs) from Datadog. SLOs define service level targets and track performance against those targets. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |