Microsoft Azure · Capability

Microsoft Azure Azure Quota Extension API — UsagesInformation

Microsoft Azure Azure Quota Extension API — UsagesInformation. 2 operations. Lead operation: Microsoft Azure Get Scope Providers Microsoft Quota Usages. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureUsagesInformation

What You Can Do

GET
Microsoftazureusageslist — Microsoft Azure Get Scope Providers Microsoft Quota Usages
/v1/{scope}/providers/microsoft-quota/usages
GET
Microsoftazureusagesget — Microsoft Azure Get Scope Providers Microsoft Quota Usages Resourcename
/v1/{scope}/providers/microsoft-quota/usages/{resourcename}

MCP Tools

microsoft-azure-get-scope-providers

Microsoft Azure Get Scope Providers Microsoft Quota Usages

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

Microsoft Azure Get Scope Providers Microsoft Quota Usages Resourcename

read-only idempotent

Capability Spec

azure-quota-extension-usagesinformation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Quota Extension API — UsagesInformation
  description: 'Microsoft Azure Azure Quota Extension API — UsagesInformation. 2 operations. Lead operation: Microsoft Azure
    Get Scope Providers Microsoft Quota Usages. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - UsagesInformation
  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: azure-quota-extension-usagesinformation
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Quota Extension API — UsagesInformation business capability. Self-contained, no shared
      references.
    resources:
    - name: scope-providers-Microsoft.Quota-usages
      path: /{scope}/providers/Microsoft.Quota/usages
      operations:
      - name: microsoftazureusageslist
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Quota Usages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scope-providers-Microsoft.Quota-usages-resourceName
      path: /{scope}/providers/Microsoft.Quota/usages/{resourceName}
      operations:
      - name: microsoftazureusagesget
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Quota Usages Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-quota-extension-usagesinformation-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Quota Extension API — UsagesInformation. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{scope}/providers/microsoft-quota/usages
      name: scope-providers-microsoft-quota-usages
      description: REST surface for scope-providers-Microsoft.Quota-usages.
      operations:
      - method: GET
        name: microsoftazureusageslist
        description: Microsoft Azure Get Scope Providers Microsoft Quota Usages
        call: azure-quota-extension-usagesinformation.microsoftazureusageslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-quota/usages/{resourcename}
      name: scope-providers-microsoft-quota-usages-resourcename
      description: REST surface for scope-providers-Microsoft.Quota-usages-resourceName.
      operations:
      - method: GET
        name: microsoftazureusagesget
        description: Microsoft Azure Get Scope Providers Microsoft Quota Usages Resourcename
        call: azure-quota-extension-usagesinformation.microsoftazureusagesget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-quota-extension-usagesinformation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Quota Extension API — UsagesInformation. 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 Quota Usages
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-quota-extension-usagesinformation.microsoftazureusageslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scope-providers-2
      description: Microsoft Azure Get Scope Providers Microsoft Quota Usages Resourcename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-quota-extension-usagesinformation.microsoftazureusagesget
      outputParameters:
      - type: object
        mapping: $.