Microsoft Azure · Capability

Microsoft Azure Billing benefits RP — Savings Plan Order

Microsoft Azure Billing benefits RP — Savings Plan Order. 3 operations. Lead operation: Microsoft Azure Get Providers Microsoft Billingbenefits Savingsplanorders. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSavings Plan Order

What You Can Do

GET
Microsoftazuresavingsplanorderlist — Microsoft Azure Get Providers Microsoft Billingbenefits Savingsplanorders
/v1/providers/microsoft-billingbenefits/savingsplanorders
GET
Microsoftazuresavingsplanorderget — Microsoft Azure Get Providers Microsoft Billingbenefits Savingsplanorders Savingsplanorderid
/v1/providers/microsoft-billingbenefits/savingsplanorders/{savingsplanorderid}
POST
Microsoftazuresavingsplanorderelevate — Microsoft Azure Post Providers Microsoft Billingbenefits Savingsplanorders Savingsplanorderid Elevate
/v1/providers/microsoft-billingbenefits/savingsplanorders/{savingsplanorderid}/elevate

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Billingbenefits Savingsplanorders

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

Microsoft Azure Get Providers Microsoft Billingbenefits Savingsplanorders Savingsplanorderid

read-only idempotent
microsoft-azure-post-providers-microsoft

Microsoft Azure Post Providers Microsoft Billingbenefits Savingsplanorders Savingsplanorderid Elevate

Capability Spec

billing-benefits-rp-savings-plan-order.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Billing benefits RP — Savings Plan Order
  description: 'Microsoft Azure Billing benefits RP — Savings Plan Order. 3 operations. Lead operation: Microsoft Azure Get
    Providers Microsoft Billingbenefits Savingsplanorders. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Savings Plan Order
  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: billing-benefits-rp-savings-plan-order
    baseUri: https://management.azure.com
    description: Microsoft Azure Billing benefits RP — Savings Plan Order business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.BillingBenefits-savingsPlanOrders
      path: /providers/Microsoft.BillingBenefits/savingsPlanOrders
      operations:
      - name: microsoftazuresavingsplanorderlist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Billingbenefits Savingsplanorders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.BillingBenefits-savingsPlanOrders-savingsPlanOrderId
      path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}
      operations:
      - name: microsoftazuresavingsplanorderget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Billingbenefits Savingsplanorders Savingsplanorderid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.BillingBenefits-savingsPlanOrders-savingsPlanOrderId-elevate
      path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/elevate
      operations:
      - name: microsoftazuresavingsplanorderelevate
        method: POST
        description: Microsoft Azure Post Providers Microsoft Billingbenefits Savingsplanorders Savingsplanorderid Elevate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: billing-benefits-rp-savings-plan-order-rest
    port: 8080
    description: REST adapter for Microsoft Azure Billing benefits RP — Savings Plan Order. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-billingbenefits/savingsplanorders
      name: providers-microsoft-billingbenefits-savingsplanorders
      description: REST surface for providers-Microsoft.BillingBenefits-savingsPlanOrders.
      operations:
      - method: GET
        name: microsoftazuresavingsplanorderlist
        description: Microsoft Azure Get Providers Microsoft Billingbenefits Savingsplanorders
        call: billing-benefits-rp-savings-plan-order.microsoftazuresavingsplanorderlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-billingbenefits/savingsplanorders/{savingsplanorderid}
      name: providers-microsoft-billingbenefits-savingsplanorders-savingsplanorderid
      description: REST surface for providers-Microsoft.BillingBenefits-savingsPlanOrders-savingsPlanOrderId.
      operations:
      - method: GET
        name: microsoftazuresavingsplanorderget
        description: Microsoft Azure Get Providers Microsoft Billingbenefits Savingsplanorders Savingsplanorderid
        call: billing-benefits-rp-savings-plan-order.microsoftazuresavingsplanorderget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-billingbenefits/savingsplanorders/{savingsplanorderid}/elevate
      name: providers-microsoft-billingbenefits-savingsplanorders-savingsplanorderid-elevate
      description: REST surface for providers-Microsoft.BillingBenefits-savingsPlanOrders-savingsPlanOrderId-elevate.
      operations:
      - method: POST
        name: microsoftazuresavingsplanorderelevate
        description: Microsoft Azure Post Providers Microsoft Billingbenefits Savingsplanorders Savingsplanorderid Elevate
        call: billing-benefits-rp-savings-plan-order.microsoftazuresavingsplanorderelevate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: billing-benefits-rp-savings-plan-order-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Billing benefits RP — Savings Plan Order. 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 Billingbenefits Savingsplanorders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: billing-benefits-rp-savings-plan-order.microsoftazuresavingsplanorderlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Billingbenefits Savingsplanorders Savingsplanorderid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: billing-benefits-rp-savings-plan-order.microsoftazuresavingsplanorderget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-providers-microsoft
      description: Microsoft Azure Post Providers Microsoft Billingbenefits Savingsplanorders Savingsplanorderid Elevate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: billing-benefits-rp-savings-plan-order.microsoftazuresavingsplanorderelevate
      outputParameters:
      - type: object
        mapping: $.