Azure Service Fabric · Capability

Azure Service Fabric REST API — Operations

Azure Service Fabric REST API — Operations. 1 operations. Lead operation: Azure Service Fabric REST API List operations. Self-contained Naftiko capability covering one Microsoft Azure Service Fabric business surface.

Run with Naftiko Microsoft Azure Service FabricOperations

What You Can Do

GET
Listoperations — Azure Service Fabric REST API List operations
/v1/providers/microsoft-servicefabric/operations

MCP Tools

azure-service-fabric-rest-api

Azure Service Fabric REST API List operations

read-only idempotent

Capability Spec

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