Microsoft Azure · Capability

Microsoft Azure adp — Accounts

Microsoft Azure adp — Accounts. 7 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Autonomousdevelopmentplatform Accounts. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAccounts

What You Can Do

GET
Microsoftazureaccountslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Autonomousdevelopmentplatform Accounts
/v1/subscriptions/{subscriptionid}/providers/microsoft-autonomousdevelopmentplatform/accounts
POST
Microsoftazureaccountschecknameavailability — Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Autonomousdevelopmentplatform Checknameavailability
/v1/subscriptions/{subscriptionid}/providers/microsoft-autonomousdevelopmentplatform/checknameavailability
GET
Microsoftazureaccountslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform Accounts
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-autonomousdevelopmentplatform/accounts
GET
Microsoftazureaccountsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform Accounts Accountname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-autonomousdevelopmentplatform/accounts/{accountname}
PATCH
Microsoftazureaccountsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform Accounts Accountname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-autonomousdevelopmentplatform/accounts/{accountname}
PUT
Microsoftazureaccountscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform Accounts Accountname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-autonomousdevelopmentplatform/accounts/{accountname}
DELETE
Microsoftazureaccountsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform Accounts Accountname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-autonomousdevelopmentplatform/accounts/{accountname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Autonomousdevelopmentplatform Accounts

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

Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Autonomousdevelopmentplatform Checknameavailability

microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform Accounts

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform Accounts Accountname

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

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform Accounts Accountname

idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform Accounts Accountname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform Accounts Accountname

idempotent

Capability Spec

adp-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure adp — Accounts
  description: 'Microsoft Azure adp — Accounts. 7 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid
    Providers Microsoft Autonomousdevelopmentplatform Accounts. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Accounts
  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: adp-accounts
    baseUri: https://management.azure.com
    description: Microsoft Azure adp — Accounts business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.AutonomousDevelopmentPlatform-a
      path: /subscriptions/{subscriptionId}/providers/Microsoft.AutonomousDevelopmentPlatform/accounts
      operations:
      - name: microsoftazureaccountslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Autonomousdevelopmentplatform Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.AutonomousDevelopmentPlatform-c
      path: /subscriptions/{subscriptionId}/providers/Microsoft.AutonomousDevelopmentPlatform/checkNameAvailability
      operations:
      - name: microsoftazureaccountschecknameavailability
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Autonomousdevelopmentplatform Checknameavailability
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The checkNameAvailability parameters.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AutonomousDevelopmentPlatform/accounts
      operations:
      - name: microsoftazureaccountslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Autonomousdevelopmentplatform Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AutonomousDevelopmentPlatform/accounts/{accountName}
      operations:
      - name: microsoftazureaccountsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Autonomousdevelopmentplatform Accounts Accountname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureaccountsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Autonomousdevelopmentplatform Accounts Accountname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters to provide for the current ADP account
      - name: microsoftazureaccountscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Autonomousdevelopmentplatform Accounts Accountname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters to provide for the ADP account
      - name: microsoftazureaccountsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Autonomousdevelopmentplatform Accounts Accountname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: adp-accounts-rest
    port: 8080
    description: REST adapter for Microsoft Azure adp — Accounts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-autonomousdevelopmentplatform/accounts
      name: subscriptions-subscriptionid-providers-microsoft-autonomousdevelopmentplatform-a
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.AutonomousDevelopmentPlatform-a.
      operations:
      - method: GET
        name: microsoftazureaccountslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Autonomousdevelopmentplatform Accounts
        call: adp-accounts.microsoftazureaccountslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-autonomousdevelopmentplatform/checknameavailability
      name: subscriptions-subscriptionid-providers-microsoft-autonomousdevelopmentplatform-c
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.AutonomousDevelopmentPlatform-c.
      operations:
      - method: POST
        name: microsoftazureaccountschecknameavailability
        description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Autonomousdevelopmentplatform Checknameavailability
        call: adp-accounts.microsoftazureaccountschecknameavailability
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-autonomousdevelopmentplatform/accounts
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccountslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Autonomousdevelopmentplatform Accounts
        call: adp-accounts.microsoftazureaccountslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-autonomousdevelopmentplatform/accounts/{accountname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccountsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Autonomousdevelopmentplatform Accounts Accountname
        call: adp-accounts.microsoftazureaccountsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureaccountsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Autonomousdevelopmentplatform Accounts Accountname
        call: adp-accounts.microsoftazureaccountsupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureaccountscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Autonomousdevelopmentplatform Accounts Accountname
        call: adp-accounts.microsoftazureaccountscreateorupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureaccountsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Autonomousdevelopmentplatform Accounts Accountname
        call: adp-accounts.microsoftazureaccountsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adp-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure adp — Accounts. 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 Autonomousdevelopmentplatform Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adp-accounts.microsoftazureaccountslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Autonomousdevelopmentplatform Checknameavailability
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: adp-accounts.microsoftazureaccountschecknameavailability
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform
        Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adp-accounts.microsoftazureaccountslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform
        Accounts Accountname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adp-accounts.microsoftazureaccountsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Autonomousdevelopmentplatform Accounts Accountname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: adp-accounts.microsoftazureaccountsupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Autonomousdevelopmentplatform
        Accounts Accountname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: adp-accounts.microsoftazureaccountscreateorupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Autonomousdevelopmentplatform Accounts Accountname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: adp-accounts.microsoftazureaccountsdelete
      outputParameters:
      - type: object
        mapping: $.