Datadog · Capability

Datadog API — Channel

Datadog API — Channel. 1 operations. Lead operation: Datadog Get Channel Information by Name. Self-contained Naftiko capability covering one Datadog business surface.

Run with Naftiko DatadogChannel

What You Can Do

GET
Getchannelbyname — Datadog Get Channel Information by Name
/v1/api/v2/integration/ms-teams/configuration/channel/{tenant-name}/{team-name}/{channel-name}

MCP Tools

datadog-get-channel-information-name

Datadog Get Channel Information by Name

read-only idempotent

Capability Spec

datadog-channel.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Datadog API — Channel
  description: 'Datadog API — Channel. 1 operations. Lead operation: Datadog Get Channel Information by Name. Self-contained
    Naftiko capability covering one Datadog business surface.'
  tags:
  - Datadog
  - Channel
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DATADOG_API_KEY: DATADOG_API_KEY
capability:
  consumes:
  - type: http
    namespace: datadog-channel
    baseUri: https://{subdomain}.{site}
    description: Datadog API — Channel business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-integration-ms-teams-configuration-channel-tenant_name-team_name-channel_
      path: /api/v2/integration/ms-teams/configuration/channel/{tenant_name}/{team_name}/{channel_name}
      operations:
      - name: getchannelbyname
        method: GET
        description: Datadog Get Channel Information by Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.DATADOG_API_KEY}}'
  exposes:
  - type: rest
    namespace: datadog-channel-rest
    port: 8080
    description: REST adapter for Datadog API — Channel. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v2/integration/ms-teams/configuration/channel/{tenant-name}/{team-name}/{channel-name}
      name: api-v2-integration-ms-teams-configuration-channel-tenant-name-team-name-channel
      description: REST surface for api-v2-integration-ms-teams-configuration-channel-tenant_name-team_name-channel_.
      operations:
      - method: GET
        name: getchannelbyname
        description: Datadog Get Channel Information by Name
        call: datadog-channel.getchannelbyname
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datadog-channel-mcp
    port: 9090
    transport: http
    description: MCP adapter for Datadog API — Channel. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: datadog-get-channel-information-name
      description: Datadog Get Channel Information by Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datadog-channel.getchannelbyname
      outputParameters:
      - type: object
        mapping: $.