Microsoft Azure · Capability

Microsoft Azure Management Groups API — ManagementGroups

Microsoft Azure Management Groups API — ManagementGroups. 7 operations. Lead operation: Microsoft Azure Get Providers Microsoft Management Managementgroups. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureManagementGroups

What You Can Do

GET
Microsoftazuremanagementgroupslist — Microsoft Azure Get Providers Microsoft Management Managementgroups
/v1/providers/microsoft-management/managementgroups
GET
Microsoftazuremanagementgroupsget — Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid
/v1/providers/microsoft-management/managementgroups/{groupid}
PUT
Microsoftazuremanagementgroupscreateorupdate — Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid
/v1/providers/microsoft-management/managementgroups/{groupid}
PATCH
Microsoftazuremanagementgroupsupdate — Microsoft Azure Patch Providers Microsoft Management Managementgroups Groupid
/v1/providers/microsoft-management/managementgroups/{groupid}
DELETE
Microsoftazuremanagementgroupsdelete — Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid
/v1/providers/microsoft-management/managementgroups/{groupid}
PUT
Microsoftazuremanagementgroupsubscriptionscreate — Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid Subscriptions Subscriptionid
/v1/providers/microsoft-management/managementgroups/{groupid}/subscriptions/{subscriptionid}
DELETE
Microsoftazuremanagementgroupsubscriptionsdelete — Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid Subscriptions Subscriptionid
/v1/providers/microsoft-management/managementgroups/{groupid}/subscriptions/{subscriptionid}

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Management Managementgroups

read-only idempotent
microsoft-azure-get-providers-microsoft-2

Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid

read-only idempotent
microsoft-azure-put-providers-microsoft

Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid

idempotent
microsoft-azure-patch-providers-microsoft

Microsoft Azure Patch Providers Microsoft Management Managementgroups Groupid

idempotent
microsoft-azure-delete-providers-microsoft

Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid

idempotent
microsoft-azure-put-providers-microsoft-2

Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid Subscriptions Subscriptionid

idempotent
microsoft-azure-delete-providers-microsoft-2

Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid Subscriptions Subscriptionid

idempotent

Capability Spec

management-groups-managementgroups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Management Groups API — ManagementGroups
  description: 'Microsoft Azure Management Groups API — ManagementGroups. 7 operations. Lead operation: Microsoft Azure Get
    Providers Microsoft Management Managementgroups. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - ManagementGroups
  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: management-groups-managementgroups
    baseUri: https://management.azure.com
    description: Microsoft Azure Management Groups API — ManagementGroups business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Management-managementGroups
      path: /providers/Microsoft.Management/managementGroups
      operations:
      - name: microsoftazuremanagementgroupslist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Management Managementgroups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Management-managementGroups-groupId
      path: /providers/Microsoft.Management/managementGroups/{groupId}
      operations:
      - name: microsoftazuremanagementgroupsget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremanagementgroupscreateorupdate
        method: PUT
        description: Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremanagementgroupsupdate
        method: PATCH
        description: Microsoft Azure Patch Providers Microsoft Management Managementgroups Groupid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremanagementgroupsdelete
        method: DELETE
        description: Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Management-managementGroups-groupId-subscriptions-subscripti
      path: /providers/Microsoft.Management/managementGroups/{groupId}/subscriptions/{subscriptionId}
      operations:
      - name: microsoftazuremanagementgroupsubscriptionscreate
        method: PUT
        description: Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid Subscriptions Subscriptionid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremanagementgroupsubscriptionsdelete
        method: DELETE
        description: Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid Subscriptions Subscriptionid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: management-groups-managementgroups-rest
    port: 8080
    description: REST adapter for Microsoft Azure Management Groups API — ManagementGroups. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-management/managementgroups
      name: providers-microsoft-management-managementgroups
      description: REST surface for providers-Microsoft.Management-managementGroups.
      operations:
      - method: GET
        name: microsoftazuremanagementgroupslist
        description: Microsoft Azure Get Providers Microsoft Management Managementgroups
        call: management-groups-managementgroups.microsoftazuremanagementgroupslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-management/managementgroups/{groupid}
      name: providers-microsoft-management-managementgroups-groupid
      description: REST surface for providers-Microsoft.Management-managementGroups-groupId.
      operations:
      - method: GET
        name: microsoftazuremanagementgroupsget
        description: Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid
        call: management-groups-managementgroups.microsoftazuremanagementgroupsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuremanagementgroupscreateorupdate
        description: Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid
        call: management-groups-managementgroups.microsoftazuremanagementgroupscreateorupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuremanagementgroupsupdate
        description: Microsoft Azure Patch Providers Microsoft Management Managementgroups Groupid
        call: management-groups-managementgroups.microsoftazuremanagementgroupsupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremanagementgroupsdelete
        description: Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid
        call: management-groups-managementgroups.microsoftazuremanagementgroupsdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-management/managementgroups/{groupid}/subscriptions/{subscriptionid}
      name: providers-microsoft-management-managementgroups-groupid-subscriptions-subscripti
      description: REST surface for providers-Microsoft.Management-managementGroups-groupId-subscriptions-subscripti.
      operations:
      - method: PUT
        name: microsoftazuremanagementgroupsubscriptionscreate
        description: Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid Subscriptions Subscriptionid
        call: management-groups-managementgroups.microsoftazuremanagementgroupsubscriptionscreate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremanagementgroupsubscriptionsdelete
        description: Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid Subscriptions Subscriptionid
        call: management-groups-managementgroups.microsoftazuremanagementgroupsubscriptionsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: management-groups-managementgroups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Management Groups API — ManagementGroups. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Management Managementgroups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-groups-managementgroups.microsoftazuremanagementgroupslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-groups-managementgroups.microsoftazuremanagementgroupsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-providers-microsoft
      description: Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: management-groups-managementgroups.microsoftazuremanagementgroupscreateorupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-providers-microsoft
      description: Microsoft Azure Patch Providers Microsoft Management Managementgroups Groupid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: management-groups-managementgroups.microsoftazuremanagementgroupsupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-providers-microsoft
      description: Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: management-groups-managementgroups.microsoftazuremanagementgroupsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-providers-microsoft-2
      description: Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid Subscriptions Subscriptionid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: management-groups-managementgroups.microsoftazuremanagementgroupsubscriptionscreate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-providers-microsoft-2
      description: Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid Subscriptions Subscriptionid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: management-groups-managementgroups.microsoftazuremanagementgroupsubscriptionsdelete
      outputParameters:
      - type: object
        mapping: $.