Microsoft Azure · Capability

Microsoft Azure EventGridManagementClient — Channels

Microsoft Azure EventGridManagementClient — Channels. 6 operations. Lead operation: Microsoft Azure List Channels. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureChannels

What You Can Do

GET
Microsoftazurechannelslistbypartnernamespace — Microsoft Azure List Channels
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/channels
GET
Microsoftazurechannelsget — Microsoft Azure Get A Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/channels/{channelname}
PUT
Microsoftazurechannelscreateorupdate — Microsoft Azure Create Or Update A Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/channels/{channelname}
DELETE
Microsoftazurechannelsdelete — Microsoft Azure Delete A Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/channels/{channelname}
PATCH
Microsoftazurechannelsupdate — Microsoft Azure Update A Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/channels/{channelname}
POST
Microsoftazurechannelsgetfullurl — Microsoft Azure Get Full Url Of Partner Destination Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/channels/{channelname}/getfullurl

MCP Tools

microsoft-azure-list-channels

Microsoft Azure List Channels

read-only idempotent
microsoft-azure-get-channel

Microsoft Azure Get A Channel

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

Microsoft Azure Create Or Update A Channel

idempotent
microsoft-azure-delete-channel

Microsoft Azure Delete A Channel

idempotent
microsoft-azure-update-channel

Microsoft Azure Update A Channel

idempotent
microsoft-azure-get-full-url

Microsoft Azure Get Full Url Of Partner Destination Channel

read-only

Capability Spec

eventgridmanagementclient-channels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EventGridManagementClient — Channels
  description: 'Microsoft Azure EventGridManagementClient — Channels. 6 operations. Lead operation: Microsoft Azure List 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: eventgridmanagementclient-channels
    baseUri: https://management.azure.com
    description: Microsoft Azure EventGridManagementClient — Channels business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels
      operations:
      - name: microsoftazurechannelslistbypartnernamespace
        method: GET
        description: Microsoft Azure List Channels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the partners subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}
      operations:
      - name: microsoftazurechannelsget
        method: GET
        description: Microsoft Azure Get A Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the partners subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: channelName
          in: path
          type: string
          description: Name of the channel.
          required: true
      - name: microsoftazurechannelscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update A Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the partners subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: channelName
          in: path
          type: string
          description: Name of the channel.
          required: true
        - name: channelInfo
          in: body
          type: string
          description: Channel information.
          required: true
      - name: microsoftazurechannelsdelete
        method: DELETE
        description: Microsoft Azure Delete A Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the partners subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: channelName
          in: path
          type: string
          description: Name of the channel.
          required: true
      - name: microsoftazurechannelsupdate
        method: PATCH
        description: Microsoft Azure Update A Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the partners subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: channelName
          in: path
          type: string
          description: Name of the channel.
          required: true
        - name: channelUpdateParameters
          in: body
          type: string
          description: Channel update information.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}/getFullUrl
      operations:
      - name: microsoftazurechannelsgetfullurl
        method: POST
        description: Microsoft Azure Get Full Url Of Partner Destination Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the partners subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: channelName
          in: path
          type: string
          description: Name of the Channel.
          required: true
  exposes:
  - type: rest
    namespace: eventgridmanagementclient-channels-rest
    port: 8080
    description: REST adapter for Microsoft Azure EventGridManagementClient — Channels. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/channels
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurechannelslistbypartnernamespace
        description: Microsoft Azure List Channels
        call: eventgridmanagementclient-channels.microsoftazurechannelslistbypartnernamespace
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/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 A Channel
        call: eventgridmanagementclient-channels.microsoftazurechannelsget
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          channelName: rest.channelName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurechannelscreateorupdate
        description: Microsoft Azure Create Or Update A Channel
        call: eventgridmanagementclient-channels.microsoftazurechannelscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          channelName: rest.channelName
          channelInfo: rest.channelInfo
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurechannelsdelete
        description: Microsoft Azure Delete A Channel
        call: eventgridmanagementclient-channels.microsoftazurechannelsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          channelName: rest.channelName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurechannelsupdate
        description: Microsoft Azure Update A Channel
        call: eventgridmanagementclient-channels.microsoftazurechannelsupdate
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          channelName: rest.channelName
          channelUpdateParameters: rest.channelUpdateParameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/channels/{channelname}/getfullurl
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurechannelsgetfullurl
        description: Microsoft Azure Get Full Url Of Partner Destination Channel
        call: eventgridmanagementclient-channels.microsoftazurechannelsgetfullurl
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          channelName: rest.channelName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventgridmanagementclient-channels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EventGridManagementClient — Channels. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-channels
      description: Microsoft Azure List Channels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-channels.microsoftazurechannelslistbypartnernamespace
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-channel
      description: Microsoft Azure Get A Channel
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-channels.microsoftazurechannelsget
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        channelName: tools.channelName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-channel
      description: Microsoft Azure Create Or Update A Channel
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-channels.microsoftazurechannelscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        channelName: tools.channelName
        channelInfo: tools.channelInfo
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-channel
      description: Microsoft Azure Delete A Channel
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: eventgridmanagementclient-channels.microsoftazurechannelsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        channelName: tools.channelName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-channel
      description: Microsoft Azure Update A Channel
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-channels.microsoftazurechannelsupdate
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        channelName: tools.channelName
        channelUpdateParameters: tools.channelUpdateParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-full-url
      description: Microsoft Azure Get Full Url Of Partner Destination Channel
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: eventgridmanagementclient-channels.microsoftazurechannelsgetfullurl
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        channelName: tools.channelName
      outputParameters:
      - type: object
        mapping: $.