Microsoft Azure · Capability

Microsoft Azure EventGridManagementClient — EventChannels

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

Run with Naftiko Microsoft AzureEventChannels

What You Can Do

GET
Microsoftazureeventchannelslistbypartnernamespace — Microsoft Azure List Event Channels
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/eventchannels
GET
Microsoftazureeventchannelsget — Microsoft Azure Get An Event Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/eventchannels/{eventchannelname}
PUT
Microsoftazureeventchannelscreateorupdate — Microsoft Azure Create An Event Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/eventchannels/{eventchannelname}
DELETE
Microsoftazureeventchannelsdelete — Microsoft Azure Delete An Event Channel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/eventchannels/{eventchannelname}

MCP Tools

microsoft-azure-list-event-channels

Microsoft Azure List Event Channels

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

Microsoft Azure Get An Event Channel

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

Microsoft Azure Create An Event Channel

idempotent
microsoft-azure-delete-event-channel

Microsoft Azure Delete An Event Channel

idempotent

Capability Spec

eventgridmanagementclient-eventchannels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EventGridManagementClient — EventChannels
  description: 'Microsoft Azure EventGridManagementClient — EventChannels. 4 operations. Lead operation: Microsoft Azure List
    Event Channels. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - EventChannels
  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-eventchannels
    baseUri: https://management.azure.com
    description: Microsoft Azure EventGridManagementClient — EventChannels 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}/eventChannels
      operations:
      - name: microsoftazureeventchannelslistbypartnernamespace
        method: GET
        description: Microsoft Azure List Event 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 user's 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}/eventChannels/{eventChannelName}
      operations:
      - name: microsoftazureeventchannelsget
        method: GET
        description: Microsoft Azure Get An Event 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 user's subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: eventChannelName
          in: path
          type: string
          description: Name of the event channel.
          required: true
      - name: microsoftazureeventchannelscreateorupdate
        method: PUT
        description: Microsoft Azure Create An Event 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 user's subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: eventChannelName
          in: path
          type: string
          description: Name of the event channel.
          required: true
        - name: eventChannelInfo
          in: body
          type: string
          description: EventChannel information.
          required: true
      - name: microsoftazureeventchannelsdelete
        method: DELETE
        description: Microsoft Azure Delete An Event 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 user's subscription.
          required: true
        - name: partnerNamespaceName
          in: path
          type: string
          description: Name of the partner namespace.
          required: true
        - name: eventChannelName
          in: path
          type: string
          description: Name of the event channel.
          required: true
  exposes:
  - type: rest
    namespace: eventgridmanagementclient-eventchannels-rest
    port: 8080
    description: REST adapter for Microsoft Azure EventGridManagementClient — EventChannels. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/eventchannels
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureeventchannelslistbypartnernamespace
        description: Microsoft Azure List Event Channels
        call: eventgridmanagementclient-eventchannels.microsoftazureeventchannelslistbypartnernamespace
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/partnernamespaces/{partnernamespacename}/eventchannels/{eventchannelname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureeventchannelsget
        description: Microsoft Azure Get An Event Channel
        call: eventgridmanagementclient-eventchannels.microsoftazureeventchannelsget
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          eventChannelName: rest.eventChannelName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureeventchannelscreateorupdate
        description: Microsoft Azure Create An Event Channel
        call: eventgridmanagementclient-eventchannels.microsoftazureeventchannelscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          eventChannelName: rest.eventChannelName
          eventChannelInfo: rest.eventChannelInfo
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureeventchannelsdelete
        description: Microsoft Azure Delete An Event Channel
        call: eventgridmanagementclient-eventchannels.microsoftazureeventchannelsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          partnerNamespaceName: rest.partnerNamespaceName
          eventChannelName: rest.eventChannelName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventgridmanagementclient-eventchannels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EventGridManagementClient — EventChannels. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-event-channels
      description: Microsoft Azure List Event Channels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-eventchannels.microsoftazureeventchannelslistbypartnernamespace
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-event-channel
      description: Microsoft Azure Get An Event Channel
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-eventchannels.microsoftazureeventchannelsget
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        eventChannelName: tools.eventChannelName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-event-channel
      description: Microsoft Azure Create An Event Channel
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-eventchannels.microsoftazureeventchannelscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        eventChannelName: tools.eventChannelName
        eventChannelInfo: tools.eventChannelInfo
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-event-channel
      description: Microsoft Azure Delete An Event Channel
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: eventgridmanagementclient-eventchannels.microsoftazureeventchannelsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        partnerNamespaceName: tools.partnerNamespaceName
        eventChannelName: tools.eventChannelName
      outputParameters:
      - type: object
        mapping: $.