Microsoft Azure · Capability

Microsoft Azure EngagementFabric — Channels

Microsoft Azure EngagementFabric — Channels. 4 operations. Lead operation: Microsoft Azure List The Engagementfabric Channels. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureChannels

What You Can Do

GET
Microsoftazurechannelslistbyaccount — Microsoft Azure List The Engagementfabric Channels
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-engagementfabric/accounts/{accountname}/channels
GET
Microsoftazurechannelsget — Microsoft Azure Get The Engagementfabric Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-engagementfabric/accounts/{accountname}/channels/{channelname}
PUT
Microsoftazurechannelscreateorupdate — Microsoft Azure Create Or Update The Engagementfabric Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-engagementfabric/accounts/{accountname}/channels/{channelname}
DELETE
Microsoftazurechannelsdelete — Microsoft Azure Delete The Engagementfabric Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-engagementfabric/accounts/{accountname}/channels/{channelname}

MCP Tools

microsoft-azure-list-engagementfabric-channels

Microsoft Azure List The Engagementfabric Channels

read-only idempotent
microsoft-azure-get-engagementfabric-channel

Microsoft Azure Get The Engagementfabric Channel

read-only idempotent
microsoft-azure-create-update-engagementfabric

Microsoft Azure Create Or Update The Engagementfabric Channel

idempotent
microsoft-azure-delete-engagementfabric-channel

Microsoft Azure Delete The Engagementfabric Channel

idempotent

Capability Spec

engagementfabric-channels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EngagementFabric — Channels
  description: 'Microsoft Azure EngagementFabric — Channels. 4 operations. Lead operation: Microsoft Azure List The Engagementfabric
    Channels. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Channels
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: engagementfabric-channels
    baseUri: https://management.azure.com
    description: Microsoft Azure EngagementFabric — Channels business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}/Channels
      operations:
      - name: microsoftazurechannelslistbyaccount
        method: GET
        description: Microsoft Azure List The Engagementfabric Channels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}/Channels/{channelName}
      operations:
      - name: microsoftazurechannelsget
        method: GET
        description: Microsoft Azure Get The Engagementfabric Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurechannelscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update The Engagementfabric Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: channel
          in: body
          type: string
          description: The EngagementFabric channel description
          required: true
      - name: microsoftazurechannelsdelete
        method: DELETE
        description: Microsoft Azure Delete The Engagementfabric Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: channelName
          in: path
          type: string
          description: The EngagementFabric channel name
          required: true
  exposes:
  - type: rest
    namespace: engagementfabric-channels-rest
    port: 8080
    description: REST adapter for Microsoft Azure EngagementFabric — Channels. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-engagementfabric/accounts/{accountname}/channels
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurechannelslistbyaccount
        description: Microsoft Azure List The Engagementfabric Channels
        call: engagementfabric-channels.microsoftazurechannelslistbyaccount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-engagementfabric/accounts/{accountname}/channels/{channelname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurechannelsget
        description: Microsoft Azure Get The Engagementfabric Channel
        call: engagementfabric-channels.microsoftazurechannelsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurechannelscreateorupdate
        description: Microsoft Azure Create Or Update The Engagementfabric Channel
        call: engagementfabric-channels.microsoftazurechannelscreateorupdate
        with:
          channel: rest.channel
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurechannelsdelete
        description: Microsoft Azure Delete The Engagementfabric Channel
        call: engagementfabric-channels.microsoftazurechannelsdelete
        with:
          channelName: rest.channelName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engagementfabric-channels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EngagementFabric — Channels. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-engagementfabric-channels
      description: Microsoft Azure List The Engagementfabric Channels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: engagementfabric-channels.microsoftazurechannelslistbyaccount
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-engagementfabric-channel
      description: Microsoft Azure Get The Engagementfabric Channel
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: engagementfabric-channels.microsoftazurechannelsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-engagementfabric
      description: Microsoft Azure Create Or Update The Engagementfabric Channel
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: engagementfabric-channels.microsoftazurechannelscreateorupdate
      with:
        channel: tools.channel
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-engagementfabric-channel
      description: Microsoft Azure Delete The Engagementfabric Channel
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: engagementfabric-channels.microsoftazurechannelsdelete
      with:
        channelName: tools.channelName
      outputParameters:
      - type: object
        mapping: $.