Microsoft Azure · Capability

Microsoft Azure Azure Quota Extension API — QuotaInformation

Microsoft Azure Azure Quota Extension API — QuotaInformation. 4 operations. Lead operation: Microsoft Azure Get Scope Providers Microsoft Quota Quotas. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureQuotaInformation

What You Can Do

GET
Microsoftazurequotalist — Microsoft Azure Get Scope Providers Microsoft Quota Quotas
/v1/{scope}/providers/microsoft-quota/quotas
GET
Microsoftazurequotaget — Microsoft Azure Get Scope Providers Microsoft Quota Quotas Resourcename
/v1/{scope}/providers/microsoft-quota/quotas/{resourcename}
PUT
Microsoftazurequotacreateorupdate — Microsoft Azure Put Scope Providers Microsoft Quota Quotas Resourcename
/v1/{scope}/providers/microsoft-quota/quotas/{resourcename}
PATCH
Microsoftazurequotaupdate — Microsoft Azure Patch Scope Providers Microsoft Quota Quotas Resourcename
/v1/{scope}/providers/microsoft-quota/quotas/{resourcename}

MCP Tools

microsoft-azure-get-scope-providers

Microsoft Azure Get Scope Providers Microsoft Quota Quotas

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

Microsoft Azure Get Scope Providers Microsoft Quota Quotas Resourcename

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

Microsoft Azure Put Scope Providers Microsoft Quota Quotas Resourcename

idempotent
microsoft-azure-patch-scope-providers

Microsoft Azure Patch Scope Providers Microsoft Quota Quotas Resourcename

idempotent

Capability Spec

azure-quota-extension-quotainformation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Quota Extension API — QuotaInformation
  description: 'Microsoft Azure Azure Quota Extension API — QuotaInformation. 4 operations. Lead operation: Microsoft Azure
    Get Scope Providers Microsoft Quota Quotas. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - QuotaInformation
  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-quotainformation
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Quota Extension API — QuotaInformation business capability. Self-contained, no shared
      references.
    resources:
    - name: scope-providers-Microsoft.Quota-quotas
      path: /{scope}/providers/Microsoft.Quota/quotas
      operations:
      - name: microsoftazurequotalist
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Quota Quotas
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scope-providers-Microsoft.Quota-quotas-resourceName
      path: /{scope}/providers/Microsoft.Quota/quotas/{resourceName}
      operations:
      - name: microsoftazurequotaget
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Quota Quotas Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurequotacreateorupdate
        method: PUT
        description: Microsoft Azure Put Scope Providers Microsoft Quota Quotas Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: createQuotaRequest
          in: body
          type: string
          description: Quota request payload.
          required: true
      - name: microsoftazurequotaupdate
        method: PATCH
        description: Microsoft Azure Patch Scope Providers Microsoft Quota Quotas Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: createQuotaRequest
          in: body
          type: string
          description: Quota requests payload.
          required: true
  exposes:
  - type: rest
    namespace: azure-quota-extension-quotainformation-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Quota Extension API — QuotaInformation. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{scope}/providers/microsoft-quota/quotas
      name: scope-providers-microsoft-quota-quotas
      description: REST surface for scope-providers-Microsoft.Quota-quotas.
      operations:
      - method: GET
        name: microsoftazurequotalist
        description: Microsoft Azure Get Scope Providers Microsoft Quota Quotas
        call: azure-quota-extension-quotainformation.microsoftazurequotalist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-quota/quotas/{resourcename}
      name: scope-providers-microsoft-quota-quotas-resourcename
      description: REST surface for scope-providers-Microsoft.Quota-quotas-resourceName.
      operations:
      - method: GET
        name: microsoftazurequotaget
        description: Microsoft Azure Get Scope Providers Microsoft Quota Quotas Resourcename
        call: azure-quota-extension-quotainformation.microsoftazurequotaget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurequotacreateorupdate
        description: Microsoft Azure Put Scope Providers Microsoft Quota Quotas Resourcename
        call: azure-quota-extension-quotainformation.microsoftazurequotacreateorupdate
        with:
          createQuotaRequest: rest.createQuotaRequest
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurequotaupdate
        description: Microsoft Azure Patch Scope Providers Microsoft Quota Quotas Resourcename
        call: azure-quota-extension-quotainformation.microsoftazurequotaupdate
        with:
          createQuotaRequest: rest.createQuotaRequest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-quota-extension-quotainformation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Quota Extension API — QuotaInformation. 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 Quotas
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-quota-extension-quotainformation.microsoftazurequotalist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scope-providers-2
      description: Microsoft Azure Get Scope Providers Microsoft Quota Quotas Resourcename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-quota-extension-quotainformation.microsoftazurequotaget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-scope-providers
      description: Microsoft Azure Put Scope Providers Microsoft Quota Quotas Resourcename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-quota-extension-quotainformation.microsoftazurequotacreateorupdate
      with:
        createQuotaRequest: tools.createQuotaRequest
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-scope-providers
      description: Microsoft Azure Patch Scope Providers Microsoft Quota Quotas Resourcename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-quota-extension-quotainformation.microsoftazurequotaupdate
      with:
        createQuotaRequest: tools.createQuotaRequest
      outputParameters:
      - type: object
        mapping: $.