Microsoft Azure · Capability

Microsoft Azure EventGridManagementClient — Domains

Microsoft Azure EventGridManagementClient — Domains. 8 operations. Lead operation: Microsoft Azure List Domains Under An Azure Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDomains

What You Can Do

GET
Microsoftazuredomainslistbysubscription — Microsoft Azure List Domains Under An Azure Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-eventgrid/domains
GET
Microsoftazuredomainslistbyresourcegroup — Microsoft Azure List Domains Under A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains
GET
Microsoftazuredomainsget — Microsoft Azure Get A Domain
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}
PUT
Microsoftazuredomainscreateorupdate — Microsoft Azure Create Or Update A Domain
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}
DELETE
Microsoftazuredomainsdelete — Microsoft Azure Delete A Domain
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}
PATCH
Microsoftazuredomainsupdate — Microsoft Azure Update A Domain
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}
POST
Microsoftazuredomainslistsharedaccesskeys — Microsoft Azure List Keys For A Domain
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}/listkeys
POST
Microsoftazuredomainsregeneratekey — Microsoft Azure Regenerate Key For A Domain
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}/regeneratekey

MCP Tools

microsoft-azure-list-domains-under

Microsoft Azure List Domains Under An Azure Subscription

read-only idempotent
microsoft-azure-list-domains-under-2

Microsoft Azure List Domains Under A Resource Group

read-only idempotent
microsoft-azure-get-domain

Microsoft Azure Get A Domain

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

Microsoft Azure Create Or Update A Domain

idempotent
microsoft-azure-delete-domain

Microsoft Azure Delete A Domain

idempotent
microsoft-azure-update-domain

Microsoft Azure Update A Domain

idempotent
microsoft-azure-list-keys-domain

Microsoft Azure List Keys For A Domain

read-only
microsoft-azure-regenerate-key-domain

Microsoft Azure Regenerate Key For A Domain

Capability Spec

eventgridmanagementclient-domains.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EventGridManagementClient — Domains
  description: 'Microsoft Azure EventGridManagementClient — Domains. 8 operations. Lead operation: Microsoft Azure List Domains
    Under An Azure Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Domains
  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-domains
    baseUri: https://management.azure.com
    description: Microsoft Azure EventGridManagementClient — Domains business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.EventGrid-domains
      path: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/domains
      operations:
      - name: microsoftazuredomainslistbysubscription
        method: GET
        description: Microsoft Azure List Domains Under An Azure Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains
      operations:
      - name: microsoftazuredomainslistbyresourcegroup
        method: GET
        description: Microsoft Azure List Domains Under A Resource Group
        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: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}
      operations:
      - name: microsoftazuredomainsget
        method: GET
        description: Microsoft Azure Get A Domain
        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: domainName
          in: path
          type: string
          description: Name of the domain.
          required: true
      - name: microsoftazuredomainscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update A Domain
        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: domainName
          in: path
          type: string
          description: Name of the domain.
          required: true
        - name: domainInfo
          in: body
          type: string
          description: Domain information.
          required: true
      - name: microsoftazuredomainsdelete
        method: DELETE
        description: Microsoft Azure Delete A Domain
        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: domainName
          in: path
          type: string
          description: Name of the domain.
          required: true
      - name: microsoftazuredomainsupdate
        method: PATCH
        description: Microsoft Azure Update A Domain
        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: domainName
          in: path
          type: string
          description: Name of the domain.
          required: true
        - name: domainUpdateParameters
          in: body
          type: string
          description: Domain update information.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/listKeys
      operations:
      - name: microsoftazuredomainslistsharedaccesskeys
        method: POST
        description: Microsoft Azure List Keys For A Domain
        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: domainName
          in: path
          type: string
          description: Name of the domain.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/regenerateKey
      operations:
      - name: microsoftazuredomainsregeneratekey
        method: POST
        description: Microsoft Azure Regenerate Key For A Domain
        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: domainName
          in: path
          type: string
          description: Name of the domain.
          required: true
        - name: regenerateKeyRequest
          in: body
          type: string
          description: Request body to regenerate key.
          required: true
  exposes:
  - type: rest
    namespace: eventgridmanagementclient-domains-rest
    port: 8080
    description: REST adapter for Microsoft Azure EventGridManagementClient — Domains. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-eventgrid/domains
      name: subscriptions-subscriptionid-providers-microsoft-eventgrid-domains
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.EventGrid-domains.
      operations:
      - method: GET
        name: microsoftazuredomainslistbysubscription
        description: Microsoft Azure List Domains Under An Azure Subscription
        call: eventgridmanagementclient-domains.microsoftazuredomainslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredomainslistbyresourcegroup
        description: Microsoft Azure List Domains Under A Resource Group
        call: eventgridmanagementclient-domains.microsoftazuredomainslistbyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredomainsget
        description: Microsoft Azure Get A Domain
        call: eventgridmanagementclient-domains.microsoftazuredomainsget
        with:
          resourceGroupName: rest.resourceGroupName
          domainName: rest.domainName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredomainscreateorupdate
        description: Microsoft Azure Create Or Update A Domain
        call: eventgridmanagementclient-domains.microsoftazuredomainscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          domainName: rest.domainName
          domainInfo: rest.domainInfo
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredomainsdelete
        description: Microsoft Azure Delete A Domain
        call: eventgridmanagementclient-domains.microsoftazuredomainsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          domainName: rest.domainName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuredomainsupdate
        description: Microsoft Azure Update A Domain
        call: eventgridmanagementclient-domains.microsoftazuredomainsupdate
        with:
          resourceGroupName: rest.resourceGroupName
          domainName: rest.domainName
          domainUpdateParameters: rest.domainUpdateParameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}/listkeys
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuredomainslistsharedaccesskeys
        description: Microsoft Azure List Keys For A Domain
        call: eventgridmanagementclient-domains.microsoftazuredomainslistsharedaccesskeys
        with:
          resourceGroupName: rest.resourceGroupName
          domainName: rest.domainName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}/regeneratekey
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuredomainsregeneratekey
        description: Microsoft Azure Regenerate Key For A Domain
        call: eventgridmanagementclient-domains.microsoftazuredomainsregeneratekey
        with:
          resourceGroupName: rest.resourceGroupName
          domainName: rest.domainName
          regenerateKeyRequest: rest.regenerateKeyRequest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventgridmanagementclient-domains-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EventGridManagementClient — Domains. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-domains-under
      description: Microsoft Azure List Domains Under An Azure Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-domains.microsoftazuredomainslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-domains-under-2
      description: Microsoft Azure List Domains Under A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-domains.microsoftazuredomainslistbyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-domain
      description: Microsoft Azure Get A Domain
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-domains.microsoftazuredomainsget
      with:
        resourceGroupName: tools.resourceGroupName
        domainName: tools.domainName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-domain
      description: Microsoft Azure Create Or Update A Domain
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-domains.microsoftazuredomainscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        domainName: tools.domainName
        domainInfo: tools.domainInfo
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-domain
      description: Microsoft Azure Delete A Domain
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: eventgridmanagementclient-domains.microsoftazuredomainsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        domainName: tools.domainName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-domain
      description: Microsoft Azure Update A Domain
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-domains.microsoftazuredomainsupdate
      with:
        resourceGroupName: tools.resourceGroupName
        domainName: tools.domainName
        domainUpdateParameters: tools.domainUpdateParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-keys-domain
      description: Microsoft Azure List Keys For A Domain
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: eventgridmanagementclient-domains.microsoftazuredomainslistsharedaccesskeys
      with:
        resourceGroupName: tools.resourceGroupName
        domainName: tools.domainName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-regenerate-key-domain
      description: Microsoft Azure Regenerate Key For A Domain
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: eventgridmanagementclient-domains.microsoftazuredomainsregeneratekey
      with:
        resourceGroupName: tools.resourceGroupName
        domainName: tools.domainName
        regenerateKeyRequest: tools.regenerateKeyRequest
      outputParameters:
      - type: object
        mapping: $.