Microsoft Azure · Capability

Microsoft Azure Microsoft AzurePlaywrightService Management API — Quotas

Microsoft Azure Microsoft AzurePlaywrightService Management API — Quotas. 2 operations. Lead operation: Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureQuotas

What You Can Do

GET
Microsoftazurequotaslistbysubscription — Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas
/v1/subscriptions/{subscriptionid}/providers/microsoft-azureplaywrightservice/locations/{location}/quotas
GET
Microsoftazurequotasget — Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas Quotaname
/v1/subscriptions/{subscriptionid}/providers/microsoft-azureplaywrightservice/locations/{location}/quotas/{quotaname}

MCP Tools

get-subscriptions-subscriptionid-providers-microsoft

Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas

read-only idempotent
get-subscriptions-subscriptionid-providers-microsoft-2

Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas Quotaname

read-only idempotent

Capability Spec

microsoft-azureplaywrightservice-management-quotas.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft AzurePlaywrightService Management API — Quotas
  description: 'Microsoft Azure Microsoft AzurePlaywrightService Management API — Quotas. 2 operations. Lead operation: Get
    Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas. Self-contained Naftiko
    capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Quotas
  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: microsoft-azureplaywrightservice-management-quotas
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft AzurePlaywrightService Management API — Quotas business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.AzurePlaywrightService-location
      path: /subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas
      operations:
      - name: microsoftazurequotaslistbysubscription
        method: GET
        description: Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: location
          in: path
          type: string
          description: The location of quota in ARM Normalized format like eastus, southeastasia etc.
          required: true
    - name: subscriptions-subscriptionId-providers-Microsoft.AzurePlaywrightService-location
      path: /subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas/{quotaName}
      operations:
      - name: microsoftazurequotasget
        method: GET
        description: Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas
          Quotaname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: location
          in: path
          type: string
          description: The location of quota in ARM Normalized format like eastus, southeastasia etc.
          required: true
        - name: quotaName
          in: path
          type: string
          description: The quota name.
          required: true
  exposes:
  - type: rest
    namespace: microsoft-azureplaywrightservice-management-quotas-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft AzurePlaywrightService Management API — Quotas. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-azureplaywrightservice/locations/{location}/quotas
      name: subscriptions-subscriptionid-providers-microsoft-azureplaywrightservice-location
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.AzurePlaywrightService-location.
      operations:
      - method: GET
        name: microsoftazurequotaslistbysubscription
        description: Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas
        call: microsoft-azureplaywrightservice-management-quotas.microsoftazurequotaslistbysubscription
        with:
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-azureplaywrightservice/locations/{location}/quotas/{quotaname}
      name: subscriptions-subscriptionid-providers-microsoft-azureplaywrightservice-location
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.AzurePlaywrightService-location.
      operations:
      - method: GET
        name: microsoftazurequotasget
        description: Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas
          Quotaname
        call: microsoft-azureplaywrightservice-management-quotas.microsoftazurequotasget
        with:
          location: rest.location
          quotaName: rest.quotaName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azureplaywrightservice-management-quotas-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft AzurePlaywrightService Management API — Quotas. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: get-subscriptions-subscriptionid-providers-microsoft
      description: Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azureplaywrightservice-management-quotas.microsoftazurequotaslistbysubscription
      with:
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: get-subscriptions-subscriptionid-providers-microsoft-2
      description: Get Subscriptions Subscriptionid Providers Microsoft Azureplaywrightservice Locations Location Quotas Quotaname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azureplaywrightservice-management-quotas.microsoftazurequotasget
      with:
        location: tools.location
        quotaName: tools.quotaName
      outputParameters:
      - type: object
        mapping: $.