Microsoft Azure · Capability

Microsoft Azure EventGridManagementClient — DomainTopics

Microsoft Azure EventGridManagementClient — DomainTopics. 4 operations. Lead operation: Microsoft Azure List Domain Topics. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDomainTopics

What You Can Do

GET
Microsoftazuredomaintopicslistbydomain — Microsoft Azure List Domain Topics
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}/topics
GET
Microsoftazuredomaintopicsget — Microsoft Azure Get A Domain Topic
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}/topics/{domaintopicname}
PUT
Microsoftazuredomaintopicscreateorupdate — Microsoft Azure Create Or Update A Domain Topic
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}/topics/{domaintopicname}
DELETE
Microsoftazuredomaintopicsdelete — Microsoft Azure Delete A Domain Topic
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}/topics/{domaintopicname}

MCP Tools

microsoft-azure-list-domain-topics

Microsoft Azure List Domain Topics

read-only idempotent
microsoft-azure-get-domain-topic

Microsoft Azure Get A Domain Topic

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

Microsoft Azure Create Or Update A Domain Topic

idempotent
microsoft-azure-delete-domain-topic

Microsoft Azure Delete A Domain Topic

idempotent

Capability Spec

eventgridmanagementclient-domaintopics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EventGridManagementClient — DomainTopics
  description: 'Microsoft Azure EventGridManagementClient — DomainTopics. 4 operations. Lead operation: Microsoft Azure List
    Domain Topics. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - DomainTopics
  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-domaintopics
    baseUri: https://management.azure.com
    description: Microsoft Azure EventGridManagementClient — DomainTopics business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics
      operations:
      - name: microsoftazuredomaintopicslistbydomain
        method: GET
        description: Microsoft Azure List Domain Topics
        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: Domain name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}
      operations:
      - name: microsoftazuredomaintopicsget
        method: GET
        description: Microsoft Azure Get A Domain Topic
        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: domainTopicName
          in: path
          type: string
          description: Name of the topic.
          required: true
      - name: microsoftazuredomaintopicscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update A Domain Topic
        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: domainTopicName
          in: path
          type: string
          description: Name of the domain topic.
          required: true
      - name: microsoftazuredomaintopicsdelete
        method: DELETE
        description: Microsoft Azure Delete A Domain Topic
        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: domainTopicName
          in: path
          type: string
          description: Name of the domain topic.
          required: true
  exposes:
  - type: rest
    namespace: eventgridmanagementclient-domaintopics-rest
    port: 8080
    description: REST adapter for Microsoft Azure EventGridManagementClient — DomainTopics. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}/topics
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredomaintopicslistbydomain
        description: Microsoft Azure List Domain Topics
        call: eventgridmanagementclient-domaintopics.microsoftazuredomaintopicslistbydomain
        with:
          resourceGroupName: rest.resourceGroupName
          domainName: rest.domainName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/domains/{domainname}/topics/{domaintopicname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredomaintopicsget
        description: Microsoft Azure Get A Domain Topic
        call: eventgridmanagementclient-domaintopics.microsoftazuredomaintopicsget
        with:
          resourceGroupName: rest.resourceGroupName
          domainName: rest.domainName
          domainTopicName: rest.domainTopicName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredomaintopicscreateorupdate
        description: Microsoft Azure Create Or Update A Domain Topic
        call: eventgridmanagementclient-domaintopics.microsoftazuredomaintopicscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          domainName: rest.domainName
          domainTopicName: rest.domainTopicName
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredomaintopicsdelete
        description: Microsoft Azure Delete A Domain Topic
        call: eventgridmanagementclient-domaintopics.microsoftazuredomaintopicsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          domainName: rest.domainName
          domainTopicName: rest.domainTopicName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventgridmanagementclient-domaintopics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EventGridManagementClient — DomainTopics. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-domain-topics
      description: Microsoft Azure List Domain Topics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-domaintopics.microsoftazuredomaintopicslistbydomain
      with:
        resourceGroupName: tools.resourceGroupName
        domainName: tools.domainName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-domain-topic
      description: Microsoft Azure Get A Domain Topic
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-domaintopics.microsoftazuredomaintopicsget
      with:
        resourceGroupName: tools.resourceGroupName
        domainName: tools.domainName
        domainTopicName: tools.domainTopicName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-domain
      description: Microsoft Azure Create Or Update A Domain Topic
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-domaintopics.microsoftazuredomaintopicscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        domainName: tools.domainName
        domainTopicName: tools.domainTopicName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-domain-topic
      description: Microsoft Azure Delete A Domain Topic
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: eventgridmanagementclient-domaintopics.microsoftazuredomaintopicsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        domainName: tools.domainName
        domainTopicName: tools.domainTopicName
      outputParameters:
      - type: object
        mapping: $.