Microsoft Azure · Capability

Microsoft Azure ConsumptionManagementClient — UsageDetails

Microsoft Azure ConsumptionManagementClient — UsageDetails. 2 operations. Lead operation: Microsoft Azure Get Scope Providers Microsoft Consumption Usagedetails. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureUsageDetails

What You Can Do

GET
Microsoftazureusagedetailslist — Microsoft Azure Get Scope Providers Microsoft Consumption Usagedetails
/v1/{scope}/providers/microsoft-consumption/usagedetails
POST
Microsoftazureusagedetailsdownload — Microsoft Azure Post Scope Providers Microsoft Consumption Usagedetails Download
/v1/{scope}/providers/microsoft-consumption/usagedetails/download

MCP Tools

microsoft-azure-get-scope-providers

Microsoft Azure Get Scope Providers Microsoft Consumption Usagedetails

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

Microsoft Azure Post Scope Providers Microsoft Consumption Usagedetails Download

Capability Spec

consumptionmanagementclient-usagedetails.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ConsumptionManagementClient — UsageDetails
  description: 'Microsoft Azure ConsumptionManagementClient — UsageDetails. 2 operations. Lead operation: Microsoft Azure
    Get Scope Providers Microsoft Consumption Usagedetails. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - UsageDetails
  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: consumptionmanagementclient-usagedetails
    baseUri: https://management.azure.com
    description: Microsoft Azure ConsumptionManagementClient — UsageDetails business capability. Self-contained, no shared
      references.
    resources:
    - name: scope-providers-Microsoft.Consumption-usageDetails
      path: /{scope}/providers/Microsoft.Consumption/usageDetails
      operations:
      - name: microsoftazureusagedetailslist
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Consumption Usagedetails
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $expand
          in: query
          type: string
          description: May be used to expand the properties/additionalInfo or properties/meterDetails within a list of usage
            details. By default, these fields are not included when li
        - name: $filter
          in: query
          type: string
          description: 'May be used to filter usageDetails by properties/resourceGroup, properties/resourceName, properties/resourceId,
            properties/chargeType, properties/reservationId '
        - 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 usageDetails.
    - name: scope-providers-Microsoft.Consumption-usageDetails-download
      path: /{scope}/providers/Microsoft.Consumption/usageDetails/download
      operations:
      - name: microsoftazureusagedetailsdownload
        method: POST
        description: Microsoft Azure Post Scope Providers Microsoft Consumption Usagedetails Download
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: consumptionmanagementclient-usagedetails-rest
    port: 8080
    description: REST adapter for Microsoft Azure ConsumptionManagementClient — UsageDetails. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{scope}/providers/microsoft-consumption/usagedetails
      name: scope-providers-microsoft-consumption-usagedetails
      description: REST surface for scope-providers-Microsoft.Consumption-usageDetails.
      operations:
      - method: GET
        name: microsoftazureusagedetailslist
        description: Microsoft Azure Get Scope Providers Microsoft Consumption Usagedetails
        call: consumptionmanagementclient-usagedetails.microsoftazureusagedetailslist
        with:
          $expand: rest.$expand
          $filter: rest.$filter
          $skiptoken: rest.$skiptoken
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-consumption/usagedetails/download
      name: scope-providers-microsoft-consumption-usagedetails-download
      description: REST surface for scope-providers-Microsoft.Consumption-usageDetails-download.
      operations:
      - method: POST
        name: microsoftazureusagedetailsdownload
        description: Microsoft Azure Post Scope Providers Microsoft Consumption Usagedetails Download
        call: consumptionmanagementclient-usagedetails.microsoftazureusagedetailsdownload
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: consumptionmanagementclient-usagedetails-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ConsumptionManagementClient — UsageDetails. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-scope-providers
      description: Microsoft Azure Get Scope Providers Microsoft Consumption Usagedetails
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: consumptionmanagementclient-usagedetails.microsoftazureusagedetailslist
      with:
        $expand: tools.$expand
        $filter: tools.$filter
        $skiptoken: tools.$skiptoken
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-scope-providers
      description: Microsoft Azure Post Scope Providers Microsoft Consumption Usagedetails Download
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: consumptionmanagementclient-usagedetails.microsoftazureusagedetailsdownload
      outputParameters:
      - type: object
        mapping: $.