Microsoft Azure · Capability

Microsoft Azure BillingManagementClient — BillingPeriods

Microsoft Azure BillingManagementClient — BillingPeriods. 2 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBillingPeriods

What You Can Do

GET
Microsoftazurebillingperiodslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods
/v1/subscriptions/{subscriptionid}/providers/microsoft-billing/billingperiods
GET
Microsoftazurebillingperiodsget — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods Billingperiodname
/v1/subscriptions/{subscriptionid}/providers/microsoft-billing/billingperiods/{billingperiodname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods

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

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods Billingperiodname

read-only idempotent

Capability Spec

billingmanagementclient-billingperiods.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure BillingManagementClient — BillingPeriods
  description: 'Microsoft Azure BillingManagementClient — BillingPeriods. 2 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - BillingPeriods
  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-billingperiods
    baseUri: https://management.azure.com
    description: Microsoft Azure BillingManagementClient — BillingPeriods business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Billing-billingPeriods
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods
      operations:
      - name: microsoftazurebillingperiodslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: 'May be used to filter billing periods by billingPeriodEndDate. The filter supports ''eq'', ''lt'',
            ''gt'', ''le'', ''ge'', and ''and''. It does not currently support ''ne'', '
        - name: $skiptoken
          in: query
          type: string
          description: 'Skiptoken is only used if a previous operation returned a partial result. If a previous response contains
            a nextLink element, the value of the nextLink element '
        - name: $top
          in: query
          type: integer
          description: May be used to limit the number of results to the most recent N billing periods.
    - name: subscriptions-subscriptionId-providers-Microsoft.Billing-billingPeriods-billingP
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}
      operations:
      - name: microsoftazurebillingperiodsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods Billingperiodname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: billingPeriodName
          in: path
          type: string
          description: The name of a BillingPeriod resource.
          required: true
  exposes:
  - type: rest
    namespace: billingmanagementclient-billingperiods-rest
    port: 8080
    description: REST adapter for Microsoft Azure BillingManagementClient — BillingPeriods. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-billing/billingperiods
      name: subscriptions-subscriptionid-providers-microsoft-billing-billingperiods
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Billing-billingPeriods.
      operations:
      - method: GET
        name: microsoftazurebillingperiodslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods
        call: billingmanagementclient-billingperiods.microsoftazurebillingperiodslist
        with:
          $filter: rest.$filter
          $skiptoken: rest.$skiptoken
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-billing/billingperiods/{billingperiodname}
      name: subscriptions-subscriptionid-providers-microsoft-billing-billingperiods-billingp
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Billing-billingPeriods-billingP.
      operations:
      - method: GET
        name: microsoftazurebillingperiodsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods Billingperiodname
        call: billingmanagementclient-billingperiods.microsoftazurebillingperiodsget
        with:
          billingPeriodName: rest.billingPeriodName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: billingmanagementclient-billingperiods-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure BillingManagementClient — BillingPeriods. 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 Billing Billingperiods
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: billingmanagementclient-billingperiods.microsoftazurebillingperiodslist
      with:
        $filter: tools.$filter
        $skiptoken: tools.$skiptoken
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Billing Billingperiods Billingperiodname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: billingmanagementclient-billingperiods.microsoftazurebillingperiodsget
      with:
        billingPeriodName: tools.billingPeriodName
      outputParameters:
      - type: object
        mapping: $.