Datadog · Capability

Datadog API — Delegate

Datadog API — Delegate. 1 operations. Lead operation: Datadog List Delegate Account. Self-contained Naftiko capability covering one Datadog business surface.

Run with Naftiko DatadogDelegate

What You Can Do

GET
Getgcpstsdelegate — Datadog List Delegate Account
/v1/api/v2/integration/gcp/sts-delegate

MCP Tools

datadog-list-delegate-account

Datadog List Delegate Account

read-only idempotent

Capability Spec

datadog-delegate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Datadog API — Delegate
  description: 'Datadog API — Delegate. 1 operations. Lead operation: Datadog List Delegate Account. Self-contained Naftiko
    capability covering one Datadog business surface.'
  tags:
  - Datadog
  - Delegate
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DATADOG_API_KEY: DATADOG_API_KEY
capability:
  consumes:
  - type: http
    namespace: datadog-delegate
    baseUri: https://{subdomain}.{site}
    description: Datadog API — Delegate business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-integration-gcp-sts_delegate
      path: /api/v2/integration/gcp/sts_delegate
      operations:
      - name: getgcpstsdelegate
        method: GET
        description: Datadog List Delegate Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.DATADOG_API_KEY}}'
  exposes:
  - type: rest
    namespace: datadog-delegate-rest
    port: 8080
    description: REST adapter for Datadog API — Delegate. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v2/integration/gcp/sts-delegate
      name: api-v2-integration-gcp-sts-delegate
      description: REST surface for api-v2-integration-gcp-sts_delegate.
      operations:
      - method: GET
        name: getgcpstsdelegate
        description: Datadog List Delegate Account
        call: datadog-delegate.getgcpstsdelegate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datadog-delegate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Datadog API — Delegate. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: datadog-list-delegate-account
      description: Datadog List Delegate Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datadog-delegate.getgcpstsdelegate
      outputParameters:
      - type: object
        mapping: $.