Microsoft Azure · Capability

Microsoft Azure Service Fabric Client APIs — MeshServiceReplicas

Microsoft Azure Service Fabric Client APIs — MeshServiceReplicas. 2 operations. Lead operation: Microsoft Azure Lists All The Replicas Of A Service. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMeshServiceReplicas

What You Can Do

GET
Microsoftazuremeshservicereplicalist — Microsoft Azure Lists All The Replicas Of A Service
/v1/resources/applications/{applicationresourcename}/services/{serviceresourcename}/replicas
GET
Microsoftazuremeshservicereplicaget — Microsoft Azure Gets The Given Replica Of The Service Of An Application
/v1/resources/applications/{applicationresourcename}/services/{serviceresourcename}/replicas/{replicaname}

MCP Tools

microsoft-azure-lists-all-replicas

Microsoft Azure Lists All The Replicas Of A Service

read-only idempotent
microsoft-azure-gets-given-replica

Microsoft Azure Gets The Given Replica Of The Service Of An Application

read-only idempotent

Capability Spec

service-fabric-client-apis-meshservicereplicas.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Service Fabric Client APIs — MeshServiceReplicas
  description: 'Microsoft Azure Service Fabric Client APIs — MeshServiceReplicas. 2 operations. Lead operation: Microsoft
    Azure Lists All The Replicas Of A Service. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - MeshServiceReplicas
  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: service-fabric-client-apis-meshservicereplicas
    baseUri: http://localhost:19080
    description: Microsoft Azure Service Fabric Client APIs — MeshServiceReplicas business capability. Self-contained, no
      shared references.
    resources:
    - name: Resources-Applications-applicationResourceName-Services-serviceResourceName-Repl
      path: /Resources/Applications/{applicationResourceName}/Services/{serviceResourceName}/Replicas
      operations:
      - name: microsoftazuremeshservicereplicalist
        method: GET
        description: Microsoft Azure Lists All The Replicas Of A Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Resources-Applications-applicationResourceName-Services-serviceResourceName-Repl
      path: /Resources/Applications/{applicationResourceName}/Services/{serviceResourceName}/Replicas/{replicaName}
      operations:
      - name: microsoftazuremeshservicereplicaget
        method: GET
        description: Microsoft Azure Gets The Given Replica Of The Service Of An Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: service-fabric-client-apis-meshservicereplicas-rest
    port: 8080
    description: REST adapter for Microsoft Azure Service Fabric Client APIs — MeshServiceReplicas. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/resources/applications/{applicationresourcename}/services/{serviceresourcename}/replicas
      name: resources-applications-applicationresourcename-services-serviceresourcename-repl
      description: REST surface for Resources-Applications-applicationResourceName-Services-serviceResourceName-Repl.
      operations:
      - method: GET
        name: microsoftazuremeshservicereplicalist
        description: Microsoft Azure Lists All The Replicas Of A Service
        call: service-fabric-client-apis-meshservicereplicas.microsoftazuremeshservicereplicalist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/resources/applications/{applicationresourcename}/services/{serviceresourcename}/replicas/{replicaname}
      name: resources-applications-applicationresourcename-services-serviceresourcename-repl
      description: REST surface for Resources-Applications-applicationResourceName-Services-serviceResourceName-Repl.
      operations:
      - method: GET
        name: microsoftazuremeshservicereplicaget
        description: Microsoft Azure Gets The Given Replica Of The Service Of An Application
        call: service-fabric-client-apis-meshservicereplicas.microsoftazuremeshservicereplicaget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: service-fabric-client-apis-meshservicereplicas-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Service Fabric Client APIs — MeshServiceReplicas. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-all-replicas
      description: Microsoft Azure Lists All The Replicas Of A Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshservicereplicas.microsoftazuremeshservicereplicalist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-given-replica
      description: Microsoft Azure Gets The Given Replica Of The Service Of An Application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: service-fabric-client-apis-meshservicereplicas.microsoftazuremeshservicereplicaget
      outputParameters:
      - type: object
        mapping: $.