Microsoft Azure · Capability

Microsoft Azure Kafka Restproxy APIs — V1topics

Microsoft Azure Kafka Restproxy APIs — V1topics. 1 operations. Lead operation: Microsoft Azure Create A Topic. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureV1topics

What You Can Do

PUT
Microsoftazureadmincreatetopic — Microsoft Azure Create A Topic
/v1/v1/topics/{topic}

MCP Tools

microsoft-azure-create-topic

Microsoft Azure Create A Topic

idempotent

Capability Spec

kafka-restproxy-apis-v1topics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Kafka Restproxy APIs — V1topics
  description: 'Microsoft Azure Kafka Restproxy APIs — V1topics. 1 operations. Lead operation: Microsoft Azure Create A Topic.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - V1topics
  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: kafka-restproxy-apis-v1topics
    baseUri: https://clustername-kafkarest.azurehdinsight.net
    description: Microsoft Azure Kafka Restproxy APIs — V1topics business capability. Self-contained, no shared references.
    resources:
    - name: v1-topics-topic
      path: /v1/topics/{topic}
      operations:
      - name: microsoftazureadmincreatetopic
        method: PUT
        description: Microsoft Azure Create A Topic
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: topic
          in: path
          type: string
          description: Name of the topic to be created
          required: true
        - name: TopicCreationRecord
          in: body
          type: string
          description: A description for a topic to be created
  exposes:
  - type: rest
    namespace: kafka-restproxy-apis-v1topics-rest
    port: 8080
    description: REST adapter for Microsoft Azure Kafka Restproxy APIs — V1topics. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/topics/{topic}
      name: v1-topics-topic
      description: REST surface for v1-topics-topic.
      operations:
      - method: PUT
        name: microsoftazureadmincreatetopic
        description: Microsoft Azure Create A Topic
        call: kafka-restproxy-apis-v1topics.microsoftazureadmincreatetopic
        with:
          topic: rest.topic
          TopicCreationRecord: rest.TopicCreationRecord
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: kafka-restproxy-apis-v1topics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Kafka Restproxy APIs — V1topics. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-create-topic
      description: Microsoft Azure Create A Topic
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: kafka-restproxy-apis-v1topics.microsoftazureadmincreatetopic
      with:
        topic: tools.topic
        TopicCreationRecord: tools.TopicCreationRecord
      outputParameters:
      - type: object
        mapping: $.