Microsoft Azure · Capability

Microsoft Azure BillingManagementClient — EnrollmentAccounts

Microsoft Azure BillingManagementClient — EnrollmentAccounts. 2 operations. Lead operation: Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureEnrollmentAccounts

What You Can Do

GET
Microsoftazureenrollmentaccountslist — Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts
/v1/providers/microsoft-billing/enrollmentaccounts
GET
Microsoftazureenrollmentaccountsget — Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts Name
/v1/providers/microsoft-billing/enrollmentaccounts/{name}

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts

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

Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts Name

read-only idempotent

Capability Spec

billingmanagementclient-enrollmentaccounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure BillingManagementClient — EnrollmentAccounts
  description: 'Microsoft Azure BillingManagementClient — EnrollmentAccounts. 2 operations. Lead operation: Microsoft Azure
    Get Providers Microsoft Billing Enrollmentaccounts. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - EnrollmentAccounts
  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: billingmanagementclient-enrollmentaccounts
    baseUri: https://management.azure.com
    description: Microsoft Azure BillingManagementClient — EnrollmentAccounts business capability. Self-contained, no shared
      references.
    resources:
    - name: providers-Microsoft.Billing-enrollmentAccounts
      path: /providers/Microsoft.Billing/enrollmentAccounts
      operations:
      - name: microsoftazureenrollmentaccountslist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Billing-enrollmentAccounts-name
      path: /providers/Microsoft.Billing/enrollmentAccounts/{name}
      operations:
      - name: microsoftazureenrollmentaccountsget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Enrollment Account name.
          required: true
  exposes:
  - type: rest
    namespace: billingmanagementclient-enrollmentaccounts-rest
    port: 8080
    description: REST adapter for Microsoft Azure BillingManagementClient — EnrollmentAccounts. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-billing/enrollmentaccounts
      name: providers-microsoft-billing-enrollmentaccounts
      description: REST surface for providers-Microsoft.Billing-enrollmentAccounts.
      operations:
      - method: GET
        name: microsoftazureenrollmentaccountslist
        description: Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts
        call: billingmanagementclient-enrollmentaccounts.microsoftazureenrollmentaccountslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-billing/enrollmentaccounts/{name}
      name: providers-microsoft-billing-enrollmentaccounts-name
      description: REST surface for providers-Microsoft.Billing-enrollmentAccounts-name.
      operations:
      - method: GET
        name: microsoftazureenrollmentaccountsget
        description: Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts Name
        call: billingmanagementclient-enrollmentaccounts.microsoftazureenrollmentaccountsget
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: billingmanagementclient-enrollmentaccounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure BillingManagementClient — EnrollmentAccounts. 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 Billing Enrollmentaccounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: billingmanagementclient-enrollmentaccounts.microsoftazureenrollmentaccountslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Billing Enrollmentaccounts Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: billingmanagementclient-enrollmentaccounts.microsoftazureenrollmentaccountsget
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.