Microsoft Azure · Capability

Microsoft Azure UsageManagementClient — UsageAggregates

Microsoft Azure UsageManagementClient — UsageAggregates. 1 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Commerce Usageaggregates. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureUsageAggregates

What You Can Do

GET
Microsoftazureusageaggregateslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Commerce Usageaggregates
/v1/subscriptions/{subscriptionid}/providers/microsoft-commerce/usageaggregates

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Commerce Usageaggregates

read-only idempotent

Capability Spec

usagemanagementclient-usageaggregates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure UsageManagementClient — UsageAggregates
  description: 'Microsoft Azure UsageManagementClient — UsageAggregates. 1 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Commerce Usageaggregates. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - UsageAggregates
  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: usagemanagementclient-usageaggregates
    baseUri: https://management.azure.com
    description: Microsoft Azure UsageManagementClient — UsageAggregates business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Commerce-UsageAggregates
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Commerce/UsageAggregates
      operations:
      - name: microsoftazureusageaggregateslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Commerce Usageaggregates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: reportedStartTime
          in: query
          type: string
          description: The start of the time range to retrieve data for.
          required: true
        - name: reportedEndTime
          in: query
          type: string
          description: The end of the time range to retrieve data for.
          required: true
        - name: showDetails
          in: query
          type: boolean
          description: '`True` returns usage data in instance-level detail, `false` causes server-side aggregation with fewer
            details. For example, if you have 3 website instances, by '
        - name: aggregationGranularity
          in: query
          type: string
          description: '`Daily` (default) returns the data in daily granularity, `Hourly` returns the data in hourly granularity.'
        - name: continuationToken
          in: query
          type: string
          description: Used when a continuation token string is provided in the response body of the previous call, enabling
            paging through a large result set. If not present, the dat
  exposes:
  - type: rest
    namespace: usagemanagementclient-usageaggregates-rest
    port: 8080
    description: REST adapter for Microsoft Azure UsageManagementClient — UsageAggregates. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-commerce/usageaggregates
      name: subscriptions-subscriptionid-providers-microsoft-commerce-usageaggregates
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Commerce-UsageAggregates.
      operations:
      - method: GET
        name: microsoftazureusageaggregateslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Commerce Usageaggregates
        call: usagemanagementclient-usageaggregates.microsoftazureusageaggregateslist
        with:
          reportedStartTime: rest.reportedStartTime
          reportedEndTime: rest.reportedEndTime
          showDetails: rest.showDetails
          aggregationGranularity: rest.aggregationGranularity
          continuationToken: rest.continuationToken
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: usagemanagementclient-usageaggregates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure UsageManagementClient — UsageAggregates. 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 Commerce Usageaggregates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: usagemanagementclient-usageaggregates.microsoftazureusageaggregateslist
      with:
        reportedStartTime: tools.reportedStartTime
        reportedEndTime: tools.reportedEndTime
        showDetails: tools.showDetails
        aggregationGranularity: tools.aggregationGranularity
        continuationToken: tools.continuationToken
      outputParameters:
      - type: object
        mapping: $.