Azure Stream Analytics · Capability

Azure Stream Analytics REST API — Inputs

Azure Stream Analytics REST API — Inputs. 1 operations. Lead operation: List inputs by streaming job. Self-contained Naftiko capability covering one Microsoft Azure Stream Analytics business surface.

Run with Naftiko Microsoft Azure Stream AnalyticsInputs

What You Can Do

GET
Listinputsbystreamingjob — List inputs by streaming job
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-streamanalytics/streamingjobs/{jobname}/inputs

MCP Tools

list-inputs-streaming-job

List inputs by streaming job

read-only idempotent

Capability Spec

microsoft-azure-stream-analytics-inputs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Stream Analytics REST API — Inputs
  description: 'Azure Stream Analytics REST API — Inputs. 1 operations. Lead operation: List inputs by streaming job. Self-contained
    Naftiko capability covering one Microsoft Azure Stream Analytics business surface.'
  tags:
  - Microsoft Azure Stream Analytics
  - Inputs
  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-inputs
    baseUri: https://management.azure.com
    description: Azure Stream Analytics REST API — Inputs business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs
      operations:
      - name: listinputsbystreamingjob
        method: GET
        description: List inputs by streaming job
        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-inputs-rest
    port: 8080
    description: REST adapter for Azure Stream Analytics REST API — Inputs. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-streamanalytics/streamingjobs/{jobname}/inputs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: listinputsbystreamingjob
        description: List inputs by streaming job
        call: microsoft-azure-stream-analytics-inputs.listinputsbystreamingjob
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-stream-analytics-inputs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Stream Analytics REST API — Inputs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-inputs-streaming-job
      description: List inputs by streaming job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-stream-analytics-inputs.listinputsbystreamingjob
      outputParameters:
      - type: object
        mapping: $.