Microsoft Azure · Capability

Microsoft Azure EventGridManagementClient — TopicTypes

Microsoft Azure EventGridManagementClient — TopicTypes. 3 operations. Lead operation: Microsoft Azure List Topic Types. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTopicTypes

What You Can Do

GET
Microsoftazuretopictypeslist — Microsoft Azure List Topic Types
/v1/providers/microsoft-eventgrid/topictypes
GET
Microsoftazuretopictypesget — Microsoft Azure Get A Topic Type
/v1/providers/microsoft-eventgrid/topictypes/{topictypename}
GET
Microsoftazuretopictypeslisteventtypes — Microsoft Azure List Event Types
/v1/providers/microsoft-eventgrid/topictypes/{topictypename}/eventtypes

MCP Tools

microsoft-azure-list-topic-types

Microsoft Azure List Topic Types

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

Microsoft Azure Get A Topic Type

read-only idempotent
microsoft-azure-list-event-types

Microsoft Azure List Event Types

read-only idempotent

Capability Spec

eventgridmanagementclient-topictypes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EventGridManagementClient — TopicTypes
  description: 'Microsoft Azure EventGridManagementClient — TopicTypes. 3 operations. Lead operation: Microsoft Azure List
    Topic Types. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - TopicTypes
  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-topictypes
    baseUri: https://management.azure.com
    description: Microsoft Azure EventGridManagementClient — TopicTypes business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.EventGrid-topicTypes
      path: /providers/Microsoft.EventGrid/topicTypes
      operations:
      - name: microsoftazuretopictypeslist
        method: GET
        description: Microsoft Azure List Topic Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.EventGrid-topicTypes-topicTypeName
      path: /providers/Microsoft.EventGrid/topicTypes/{topicTypeName}
      operations:
      - name: microsoftazuretopictypesget
        method: GET
        description: Microsoft Azure Get A Topic Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: topicTypeName
          in: path
          type: string
          description: Name of the topic type.
          required: true
    - name: providers-Microsoft.EventGrid-topicTypes-topicTypeName-eventTypes
      path: /providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventTypes
      operations:
      - name: microsoftazuretopictypeslisteventtypes
        method: GET
        description: Microsoft Azure List Event Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: topicTypeName
          in: path
          type: string
          description: Name of the topic type.
          required: true
  exposes:
  - type: rest
    namespace: eventgridmanagementclient-topictypes-rest
    port: 8080
    description: REST adapter for Microsoft Azure EventGridManagementClient — TopicTypes. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-eventgrid/topictypes
      name: providers-microsoft-eventgrid-topictypes
      description: REST surface for providers-Microsoft.EventGrid-topicTypes.
      operations:
      - method: GET
        name: microsoftazuretopictypeslist
        description: Microsoft Azure List Topic Types
        call: eventgridmanagementclient-topictypes.microsoftazuretopictypeslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-eventgrid/topictypes/{topictypename}
      name: providers-microsoft-eventgrid-topictypes-topictypename
      description: REST surface for providers-Microsoft.EventGrid-topicTypes-topicTypeName.
      operations:
      - method: GET
        name: microsoftazuretopictypesget
        description: Microsoft Azure Get A Topic Type
        call: eventgridmanagementclient-topictypes.microsoftazuretopictypesget
        with:
          topicTypeName: rest.topicTypeName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-eventgrid/topictypes/{topictypename}/eventtypes
      name: providers-microsoft-eventgrid-topictypes-topictypename-eventtypes
      description: REST surface for providers-Microsoft.EventGrid-topicTypes-topicTypeName-eventTypes.
      operations:
      - method: GET
        name: microsoftazuretopictypeslisteventtypes
        description: Microsoft Azure List Event Types
        call: eventgridmanagementclient-topictypes.microsoftazuretopictypeslisteventtypes
        with:
          topicTypeName: rest.topicTypeName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventgridmanagementclient-topictypes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EventGridManagementClient — TopicTypes. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-topic-types
      description: Microsoft Azure List Topic Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-topictypes.microsoftazuretopictypeslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-topic-type
      description: Microsoft Azure Get A Topic Type
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-topictypes.microsoftazuretopictypesget
      with:
        topicTypeName: tools.topicTypeName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-event-types
      description: Microsoft Azure List Event Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-topictypes.microsoftazuretopictypeslisteventtypes
      with:
        topicTypeName: tools.topicTypeName
      outputParameters:
      - type: object
        mapping: $.