Microsoft Azure · Capability

Microsoft Azure BatchManagement — Pool

Microsoft Azure BatchManagement — Pool. 7 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePool

What You Can Do

GET
Microsoftazurepoollistbybatchaccount — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools
PUT
Microsoftazurepoolcreate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools Poolname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools/{poolname}
PATCH
Microsoftazurepoolupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools Poolname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools/{poolname}
DELETE
Microsoftazurepooldelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools Poolname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools/{poolname}
GET
Microsoftazurepoolget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools Poolname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools/{poolname}
POST
Microsoftazurepooldisableautoscale — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools Poolname Disableautoscale
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools/{poolname}/disableautoscale
POST
Microsoftazurepoolstopresize — Microsoft Azure Stops An Ongoing Resize Operation On The Pool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools/{poolname}/stopresize

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools Poolname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools Poolname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools Poolname

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools Poolname

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

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools Poolname Disableautoscale

microsoft-azure-stops-ongoing-resize

Microsoft Azure Stops An Ongoing Resize Operation On The Pool

Capability Spec

batchmanagement-pool.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure BatchManagement — Pool
  description: 'Microsoft Azure BatchManagement — Pool. 7 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid
    Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Pools. Self-contained Naftiko capability
    covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Pool
  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: batchmanagement-pool
    baseUri: https://management.azure.com
    description: Microsoft Azure BatchManagement — Pool business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools
      operations:
      - name: microsoftazurepoollistbybatchaccount
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: maxresults
          in: query
          type: integer
          description: The maximum number of items to return in the response.
        - name: $select
          in: query
          type: string
          description: Comma separated list of properties that should be returned. e.g. "properties/provisioningState". Only
            top level properties under properties/ are valid for selec
        - name: $filter
          in: query
          type: string
          description: 'OData filter expression. Valid properties for filtering are:'
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
      operations:
      - name: microsoftazurepoolcreate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools Poolname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Additional parameters for pool creation.
          required: true
        - name: If-Match
          in: header
          type: string
          description: The entity state (ETag) version of the pool to update. A value of "*" can be used to apply the operation
            only if the pool already exists. If omitted, this opera
        - name: If-None-Match
          in: header
          type: string
          description: Set to '*' to allow a new pool to be created, but to prevent updating an existing pool. Other values
            will be ignored.
      - name: microsoftazurepoolupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools Poolname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Pool properties that should be updated. Properties that are supplied will be updated, any property
            not supplied will be unchanged.
          required: true
        - name: If-Match
          in: header
          type: string
          description: The entity state (ETag) version of the pool to update. This value can be omitted or set to "*" to apply
            the operation unconditionally.
      - name: microsoftazurepooldelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools Poolname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurepoolget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools Poolname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}/disableAutoScale
      operations:
      - name: microsoftazurepooldisableautoscale
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools Poolname Disableautoscale
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}/stopResize
      operations:
      - name: microsoftazurepoolstopresize
        method: POST
        description: Microsoft Azure Stops An Ongoing Resize Operation On The Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: batchmanagement-pool-rest
    port: 8080
    description: REST adapter for Microsoft Azure BatchManagement — Pool. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepoollistbybatchaccount
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools
        call: batchmanagement-pool.microsoftazurepoollistbybatchaccount
        with:
          maxresults: rest.maxresults
          $select: rest.$select
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools/{poolname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurepoolcreate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools Poolname
        call: batchmanagement-pool.microsoftazurepoolcreate
        with:
          parameters: rest.parameters
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurepoolupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools Poolname
        call: batchmanagement-pool.microsoftazurepoolupdate
        with:
          parameters: rest.parameters
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurepooldelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools Poolname
        call: batchmanagement-pool.microsoftazurepooldelete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurepoolget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools Poolname
        call: batchmanagement-pool.microsoftazurepoolget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools/{poolname}/disableautoscale
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurepooldisableautoscale
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Pools Poolname Disableautoscale
        call: batchmanagement-pool.microsoftazurepooldisableautoscale
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/pools/{poolname}/stopresize
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurepoolstopresize
        description: Microsoft Azure Stops An Ongoing Resize Operation On The Pool
        call: batchmanagement-pool.microsoftazurepoolstopresize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: batchmanagement-pool-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure BatchManagement — Pool. 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 Resourcegroups Resourcegroupname Providers Microsoft Batch
        Batchaccounts Accountname Pools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: batchmanagement-pool.microsoftazurepoollistbybatchaccount
      with:
        maxresults: tools.maxresults
        $select: tools.$select
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch
        Batchaccounts Accountname Pools Poolname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: batchmanagement-pool.microsoftazurepoolcreate
      with:
        parameters: tools.parameters
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Batch Batchaccounts Accountname Pools Poolname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: batchmanagement-pool.microsoftazurepoolupdate
      with:
        parameters: tools.parameters
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Batch Batchaccounts Accountname Pools Poolname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: batchmanagement-pool.microsoftazurepooldelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch
        Batchaccounts Accountname Pools Poolname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: batchmanagement-pool.microsoftazurepoolget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Batch Batchaccounts Accountname Pools Poolname Disableautoscale
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: batchmanagement-pool.microsoftazurepooldisableautoscale
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-stops-ongoing-resize
      description: Microsoft Azure Stops An Ongoing Resize Operation On The Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: batchmanagement-pool.microsoftazurepoolstopresize
      outputParameters:
      - type: object
        mapping: $.