Azure Stream Analytics · Capability

Azure Stream Analytics REST API — Clusters

Azure Stream Analytics REST API — Clusters. 1 operations. Lead operation: List clusters by subscription. Self-contained Naftiko capability covering one Microsoft Azure Stream Analytics business surface.

Run with Naftiko Microsoft Azure Stream AnalyticsClusters

What You Can Do

GET
Listclustersbysubscription — List clusters by subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-streamanalytics/clusters

MCP Tools

list-clusters-subscription

List clusters by subscription

read-only idempotent

Capability Spec

microsoft-azure-stream-analytics-clusters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Stream Analytics REST API — Clusters
  description: 'Azure Stream Analytics REST API — Clusters. 1 operations. Lead operation: List clusters by subscription. Self-contained
    Naftiko capability covering one Microsoft Azure Stream Analytics business surface.'
  tags:
  - Microsoft Azure Stream Analytics
  - Clusters
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_STREAM_ANALYTICS_API_KEY: MICROSOFT_AZURE_STREAM_ANALYTICS_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-azure-stream-analytics-clusters
    baseUri: https://management.azure.com
    description: Azure Stream Analytics REST API — Clusters business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.StreamAnalytics-clusters
      path: /subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/clusters
      operations:
      - name: listclustersbysubscription
        method: GET
        description: List clusters by subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_STREAM_ANALYTICS_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-azure-stream-analytics-clusters-rest
    port: 8080
    description: REST adapter for Azure Stream Analytics REST API — Clusters. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-streamanalytics/clusters
      name: subscriptions-subscriptionid-providers-microsoft-streamanalytics-clusters
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.StreamAnalytics-clusters.
      operations:
      - method: GET
        name: listclustersbysubscription
        description: List clusters by subscription
        call: microsoft-azure-stream-analytics-clusters.listclustersbysubscription
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-stream-analytics-clusters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Stream Analytics REST API — Clusters. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-clusters-subscription
      description: List clusters by subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-stream-analytics-clusters.listclustersbysubscription
      outputParameters:
      - type: object
        mapping: $.