Azure Service Fabric · Capability

Azure Service Fabric REST API — Clusters

Azure Service Fabric REST API — Clusters. 6 operations. Lead operation: Azure Service Fabric REST API List by subscription. Self-contained Naftiko capability covering one Microsoft Azure Service Fabric business surface.

Run with Naftiko Microsoft Azure Service FabricClusters

What You Can Do

GET
Listclustersbysubscription — Azure Service Fabric REST API List by subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-servicefabric/clusters
GET
Listclustersbyresourcegroup — Azure Service Fabric REST API List by resource group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabric/clusters
GET
Getclusters — Azure Service Fabric REST API Get resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabric/clusters/{name}
PUT
Createorupdateclusters — Azure Service Fabric REST API Create or update resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabric/clusters/{name}
PATCH
Updateclusters — Azure Service Fabric REST API Update resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabric/clusters/{name}
DELETE
Deleteclusters — Azure Service Fabric REST API Delete resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabric/clusters/{name}

MCP Tools

azure-service-fabric-rest-api

Azure Service Fabric REST API List by subscription

read-only idempotent
azure-service-fabric-rest-api-2

Azure Service Fabric REST API List by resource group

read-only idempotent
azure-service-fabric-rest-api-3

Azure Service Fabric REST API Get resource

read-only idempotent
azure-service-fabric-rest-api-4

Azure Service Fabric REST API Create or update resource

idempotent
azure-service-fabric-rest-api-5

Azure Service Fabric REST API Update resource

idempotent
azure-service-fabric-rest-api-6

Azure Service Fabric REST API Delete resource

idempotent

Capability Spec

microsoft-azure-service-fabric-clusters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Service Fabric REST API — Clusters
  description: 'Azure Service Fabric REST API — Clusters. 6 operations. Lead operation: Azure Service Fabric REST API List
    by subscription. Self-contained Naftiko capability covering one Microsoft Azure Service Fabric business surface.'
  tags:
  - Microsoft Azure Service Fabric
  - Clusters
  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-clusters
    baseUri: https://management.azure.com
    description: Azure Service Fabric REST API — Clusters business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ServiceFabric-clusters
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters
      operations:
      - name: listclustersbysubscription
        method: GET
        description: Azure Service Fabric REST API List by subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters
      operations:
      - name: listclustersbyresourcegroup
        method: GET
        description: Azure Service Fabric REST API List by resource group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{name}
      operations:
      - name: getclusters
        method: GET
        description: Azure Service Fabric REST API Get resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createorupdateclusters
        method: PUT
        description: Azure Service Fabric REST API Create or update resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updateclusters
        method: PATCH
        description: Azure Service Fabric REST API Update resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteclusters
        method: DELETE
        description: Azure Service Fabric REST API Delete resource
        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-clusters-rest
    port: 8080
    description: REST adapter for Azure Service Fabric REST API — Clusters. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-servicefabric/clusters
      name: subscriptions-subscriptionid-providers-microsoft-servicefabric-clusters
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ServiceFabric-clusters.
      operations:
      - method: GET
        name: listclustersbysubscription
        description: Azure Service Fabric REST API List by subscription
        call: microsoft-azure-service-fabric-clusters.listclustersbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabric/clusters
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: listclustersbyresourcegroup
        description: Azure Service Fabric REST API List by resource group
        call: microsoft-azure-service-fabric-clusters.listclustersbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabric/clusters/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: getclusters
        description: Azure Service Fabric REST API Get resource
        call: microsoft-azure-service-fabric-clusters.getclusters
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: createorupdateclusters
        description: Azure Service Fabric REST API Create or update resource
        call: microsoft-azure-service-fabric-clusters.createorupdateclusters
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateclusters
        description: Azure Service Fabric REST API Update resource
        call: microsoft-azure-service-fabric-clusters.updateclusters
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteclusters
        description: Azure Service Fabric REST API Delete resource
        call: microsoft-azure-service-fabric-clusters.deleteclusters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-service-fabric-clusters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Service Fabric REST API — Clusters. 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 by subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-service-fabric-clusters.listclustersbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-service-fabric-rest-api-2
      description: Azure Service Fabric REST API List by resource group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-service-fabric-clusters.listclustersbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-service-fabric-rest-api-3
      description: Azure Service Fabric REST API Get resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-service-fabric-clusters.getclusters
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-service-fabric-rest-api-4
      description: Azure Service Fabric REST API Create or update resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-azure-service-fabric-clusters.createorupdateclusters
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-service-fabric-rest-api-5
      description: Azure Service Fabric REST API Update resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-azure-service-fabric-clusters.updateclusters
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-service-fabric-rest-api-6
      description: Azure Service Fabric REST API Delete resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-azure-service-fabric-clusters.deleteclusters
      outputParameters:
      - type: object
        mapping: $.