Microsoft Azure · Capability

Microsoft Azure Azure-ContainerStorageRP — Pools

Microsoft Azure Azure-ContainerStorageRP — Pools. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerstorage Pools. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePools

What You Can Do

GET
Microsoftazurepoolslistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerstorage Pools
/v1/subscriptions/{subscriptionid}/providers/microsoft-containerstorage/pools
GET
Microsoftazurepoolslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools
GET
Microsoftazurepoolsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}
PUT
Microsoftazurepoolscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}
PATCH
Microsoftazurepoolsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}
DELETE
Microsoftazurepoolsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerstorage Pools

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage Pools Poolname

idempotent

Capability Spec

azure-containerstoragerp-pools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure-ContainerStorageRP — Pools
  description: 'Microsoft Azure Azure-ContainerStorageRP — Pools. 6 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Providers Microsoft Containerstorage Pools. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Pools
  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: azure-containerstoragerp-pools
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure-ContainerStorageRP — Pools business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ContainerStorage-pools
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerStorage/pools
      operations:
      - name: microsoftazurepoolslistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerstorage Pools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools
      operations:
      - name: microsoftazurepoolslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}
      operations:
      - name: microsoftazurepoolsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: poolName
          in: path
          type: string
          description: Pool Object
          required: true
      - name: microsoftazurepoolscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: poolName
          in: path
          type: string
          description: Pool Object
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazurepoolsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: poolName
          in: path
          type: string
          description: Pool Object
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: microsoftazurepoolsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: poolName
          in: path
          type: string
          description: Pool Object
          required: true
  exposes:
  - type: rest
    namespace: azure-containerstoragerp-pools-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure-ContainerStorageRP — Pools. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-containerstorage/pools
      name: subscriptions-subscriptionid-providers-microsoft-containerstorage-pools
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ContainerStorage-pools.
      operations:
      - method: GET
        name: microsoftazurepoolslistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Containerstorage Pools
        call: azure-containerstoragerp-pools.microsoftazurepoolslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepoolslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools
        call: azure-containerstoragerp-pools.microsoftazurepoolslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerstorage/pools/{poolname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepoolsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname
        call: azure-containerstoragerp-pools.microsoftazurepoolsget
        with:
          poolName: rest.poolName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurepoolscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname
        call: azure-containerstoragerp-pools.microsoftazurepoolscreateorupdate
        with:
          poolName: rest.poolName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurepoolsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname
        call: azure-containerstoragerp-pools.microsoftazurepoolsupdate
        with:
          poolName: rest.poolName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurepoolsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Containerstorage Pools Poolname
        call: azure-containerstoragerp-pools.microsoftazurepoolsdelete
        with:
          poolName: rest.poolName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-containerstoragerp-pools-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure-ContainerStorageRP — Pools. 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 Containerstorage Pools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-containerstoragerp-pools.microsoftazurepoolslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage
        Pools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-containerstoragerp-pools.microsoftazurepoolslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage
        Pools Poolname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-containerstoragerp-pools.microsoftazurepoolsget
      with:
        poolName: tools.poolName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Containerstorage
        Pools Poolname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-containerstoragerp-pools.microsoftazurepoolscreateorupdate
      with:
        poolName: tools.poolName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Containerstorage Pools Poolname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-containerstoragerp-pools.microsoftazurepoolsupdate
      with:
        poolName: tools.poolName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Containerstorage Pools Poolname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-containerstoragerp-pools.microsoftazurepoolsdelete
      with:
        poolName: tools.poolName
      outputParameters:
      - type: object
        mapping: $.