Microsoft Azure · Capability

Microsoft Azure ContainerServiceFleetClient — Fleets

Microsoft Azure ContainerServiceFleetClient — Fleets. 7 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerservice Fleets. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureFleets

What You Can Do

GET
Microsoftazurefleetslistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerservice Fleets
/v1/subscriptions/{subscriptionid}/providers/microsoft-containerservice/fleets
GET
Microsoftazurefleetslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/fleets
GET
Microsoftazurefleetsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets Fleetname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/fleets/{fleetname}
PUT
Microsoftazurefleetscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets Fleetname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/fleets/{fleetname}
PATCH
Microsoftazurefleetsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets Fleetname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/fleets/{fleetname}
DELETE
Microsoftazurefleetsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets Fleetname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/fleets/{fleetname}
POST
Microsoftazurefleetslistcredentials — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets Fleetname Listcredentials
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/fleets/{fleetname}/listcredentials

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerservice Fleets

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets Fleetname

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets Fleetname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets Fleetname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets Fleetname

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice Fleets Fleetname Listcredentials

Capability Spec

containerservicefleetclient-fleets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ContainerServiceFleetClient — Fleets
  description: 'Microsoft Azure ContainerServiceFleetClient — Fleets. 7 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Providers Microsoft Containerservice Fleets. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Fleets
  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: containerservicefleetclient-fleets
    baseUri: https://management.azure.com
    description: Microsoft Azure ContainerServiceFleetClient — Fleets business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ContainerService-fleets
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/fleets
      operations:
      - name: microsoftazurefleetslistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerservice Fleets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets
      operations:
      - name: microsoftazurefleetslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}
      operations:
      - name: microsoftazurefleetsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets Fleetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fleetName
          in: path
          type: string
          description: The name of the Fleet resource.
          required: true
      - name: microsoftazurefleetscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets Fleetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: The request should only proceed if an entity matches this string.
        - name: If-None-Match
          in: header
          type: string
          description: The request should only proceed if no entity matches this string.
        - name: fleetName
          in: path
          type: string
          description: The name of the Fleet resource.
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazurefleetsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets Fleetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: The request should only proceed if an entity matches this string.
        - name: fleetName
          in: path
          type: string
          description: The name of the Fleet resource.
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: microsoftazurefleetsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets Fleetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: The request should only proceed if an entity matches this string.
        - name: fleetName
          in: path
          type: string
          description: The name of the Fleet resource.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/listCredentials
      operations:
      - name: microsoftazurefleetslistcredentials
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets Fleetname Listcredentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fleetName
          in: path
          type: string
          description: The name of the Fleet resource.
          required: true
  exposes:
  - type: rest
    namespace: containerservicefleetclient-fleets-rest
    port: 8080
    description: REST adapter for Microsoft Azure ContainerServiceFleetClient — Fleets. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-containerservice/fleets
      name: subscriptions-subscriptionid-providers-microsoft-containerservice-fleets
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ContainerService-fleets.
      operations:
      - method: GET
        name: microsoftazurefleetslistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerservice Fleets
        call: containerservicefleetclient-fleets.microsoftazurefleetslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/fleets
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurefleetslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets
        call: containerservicefleetclient-fleets.microsoftazurefleetslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/fleets/{fleetname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurefleetsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets Fleetname
        call: containerservicefleetclient-fleets.microsoftazurefleetsget
        with:
          fleetName: rest.fleetName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurefleetscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets Fleetname
        call: containerservicefleetclient-fleets.microsoftazurefleetscreateorupdate
        with:
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
          fleetName: rest.fleetName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurefleetsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets Fleetname
        call: containerservicefleetclient-fleets.microsoftazurefleetsupdate
        with:
          If-Match: rest.If-Match
          fleetName: rest.fleetName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurefleetsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets Fleetname
        call: containerservicefleetclient-fleets.microsoftazurefleetsdelete
        with:
          If-Match: rest.If-Match
          fleetName: rest.fleetName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/fleets/{fleetname}/listcredentials
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurefleetslistcredentials
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerservice Fleets Fleetname Listcredentials
        call: containerservicefleetclient-fleets.microsoftazurefleetslistcredentials
        with:
          fleetName: rest.fleetName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: containerservicefleetclient-fleets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ContainerServiceFleetClient — Fleets. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerservice Fleets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: containerservicefleetclient-fleets.microsoftazurefleetslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice
        Fleets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: containerservicefleetclient-fleets.microsoftazurefleetslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice
        Fleets Fleetname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: containerservicefleetclient-fleets.microsoftazurefleetsget
      with:
        fleetName: tools.fleetName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerservice
        Fleets Fleetname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: containerservicefleetclient-fleets.microsoftazurefleetscreateorupdate
      with:
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
        fleetName: tools.fleetName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Containerservice Fleets Fleetname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: containerservicefleetclient-fleets.microsoftazurefleetsupdate
      with:
        If-Match: tools.If-Match
        fleetName: tools.fleetName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Containerservice Fleets Fleetname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: containerservicefleetclient-fleets.microsoftazurefleetsdelete
      with:
        If-Match: tools.If-Match
        fleetName: tools.fleetName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Containerservice Fleets Fleetname Listcredentials
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: containerservicefleetclient-fleets.microsoftazurefleetslistcredentials
      with:
        fleetName: tools.fleetName
      outputParameters:
      - type: object
        mapping: $.