Microsoft Azure · Capability

Microsoft Azure SeaBreezeManagementClient — Replicas

Microsoft Azure SeaBreezeManagementClient — Replicas. 2 operations. Lead operation: Microsoft Azure Gets Replicas Of A Given Service. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicas

What You Can Do

GET
Microsoftazurereplicalistbyservicename — Microsoft Azure Gets Replicas Of A Given Service
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/applications/{applicationname}/services/{servicename}/replicas
GET
Microsoftazurereplicaget — Microsoft Azure Gets A Specific Replica Of A Given Service
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/applications/{applicationname}/services/{servicename}/replicas/{replicaname}

MCP Tools

microsoft-azure-gets-replicas-given

Microsoft Azure Gets Replicas Of A Given Service

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

Microsoft Azure Gets A Specific Replica Of A Given Service

read-only idempotent

Capability Spec

seabreezemanagementclient-replicas.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SeaBreezeManagementClient — Replicas
  description: 'Microsoft Azure SeaBreezeManagementClient — Replicas. 2 operations. Lead operation: Microsoft Azure Gets Replicas
    Of A Given Service. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Replicas
  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: seabreezemanagementclient-replicas
    baseUri: https://management.azure.com
    description: Microsoft Azure SeaBreezeManagementClient — Replicas business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/services/{serviceName}/replicas
      operations:
      - name: microsoftazurereplicalistbyservicename
        method: GET
        description: Microsoft Azure Gets Replicas Of A Given Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/services/{serviceName}/replicas/{replicaName}
      operations:
      - name: microsoftazurereplicaget
        method: GET
        description: Microsoft Azure Gets A Specific Replica Of A Given Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: seabreezemanagementclient-replicas-rest
    port: 8080
    description: REST adapter for Microsoft Azure SeaBreezeManagementClient — Replicas. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/applications/{applicationname}/services/{servicename}/replicas
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicalistbyservicename
        description: Microsoft Azure Gets Replicas Of A Given Service
        call: seabreezemanagementclient-replicas.microsoftazurereplicalistbyservicename
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/applications/{applicationname}/services/{servicename}/replicas/{replicaname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicaget
        description: Microsoft Azure Gets A Specific Replica Of A Given Service
        call: seabreezemanagementclient-replicas.microsoftazurereplicaget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: seabreezemanagementclient-replicas-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SeaBreezeManagementClient — Replicas. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-replicas-given
      description: Microsoft Azure Gets Replicas Of A Given Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: seabreezemanagementclient-replicas.microsoftazurereplicalistbyservicename
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-specific-replica
      description: Microsoft Azure Gets A Specific Replica Of A Given Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: seabreezemanagementclient-replicas.microsoftazurereplicaget
      outputParameters:
      - type: object
        mapping: $.