Microsoft Azure · Capability

Microsoft Azure Operator Connect — Operator

Microsoft Azure Operator Connect — Operator. 1 operations. Lead operation: Microsoft Azure Get A List Of All Operators. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOperator

What You Can Do

GET
Microsoftazuregetoperators — Microsoft Azure Get A List Of All Operators
/v1/operatorconnect/operators

MCP Tools

microsoft-azure-get-list-all

Microsoft Azure Get A List Of All Operators

read-only idempotent

Capability Spec

operator-connect-operator.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Operator Connect — Operator
  description: 'Microsoft Azure Operator Connect — Operator. 1 operations. Lead operation: Microsoft Azure Get A List Of All
    Operators. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Operator
  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: operator-connect-operator
    baseUri: ''
    description: Microsoft Azure Operator Connect — Operator business capability. Self-contained, no shared references.
    resources:
    - name: operatorconnect-operators
      path: /operatorconnect/operators
      operations:
      - name: microsoftazuregetoperators
        method: GET
        description: Microsoft Azure Get A List Of All Operators
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: skip
          in: query
          type: integer
          description: An optional parameter for how many entries to skip, for pagination purposes. The default value is 0
        - name: top
          in: query
          type: integer
          description: An optional parameter for how many entries to return, for pagination purposes. The default will return
            the entire list.
        - name: api-version
          in: query
          type: string
          description: Version of API
          required: true
  exposes:
  - type: rest
    namespace: operator-connect-operator-rest
    port: 8080
    description: REST adapter for Microsoft Azure Operator Connect — Operator. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/operatorconnect/operators
      name: operatorconnect-operators
      description: REST surface for operatorconnect-operators.
      operations:
      - method: GET
        name: microsoftazuregetoperators
        description: Microsoft Azure Get A List Of All Operators
        call: operator-connect-operator.microsoftazuregetoperators
        with:
          skip: rest.skip
          top: rest.top
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: operator-connect-operator-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Operator Connect — Operator. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-all
      description: Microsoft Azure Get A List Of All Operators
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: operator-connect-operator.microsoftazuregetoperators
      with:
        skip: tools.skip
        top: tools.top
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.