Microsoft Azure · Capability

Microsoft Azure Microsoft AzurePlaywrightService Management API — AccountQuotas

Microsoft Azure Microsoft AzurePlaywrightService Management API — AccountQuotas. 2 operations. Lead operation: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice Accounts Accountname Quotas. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAccountQuotas

What You Can Do

GET
Microsoftazureaccountquotaslistbyaccount — Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice Accounts Accountname Quotas
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-azureplaywrightservice/accounts/{accountname}/quotas
GET
Microsoftazureaccountquotasget — Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice Accounts Accountname Quotas Quotaname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-azureplaywrightservice/accounts/{accountname}/quotas/{quotaname}

MCP Tools

get-subscriptions-subscriptionid-resourcegroups-resourcegroupname

Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice Accounts Accountname Quotas

read-only idempotent
get-subscriptions-subscriptionid-resourcegroups-resourcegroupname-2

Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice Accounts Accountname Quotas Quotaname

read-only idempotent

Capability Spec

microsoft-azureplaywrightservice-management-accountquotas.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft AzurePlaywrightService Management API — AccountQuotas
  description: 'Microsoft Azure Microsoft AzurePlaywrightService Management API — AccountQuotas. 2 operations. Lead operation:
    Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice Accounts
    Accountname Quotas. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - AccountQuotas
  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-accountquotas
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft AzurePlaywrightService Management API — AccountQuotas business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas
      operations:
      - name: microsoftazureaccountquotaslistbyaccount
        method: GET
        description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice
          Accounts Accountname Quotas
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Name of account.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}/quotas/{quotaName}
      operations:
      - name: microsoftazureaccountquotasget
        method: GET
        description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice
          Accounts Accountname Quotas Quotaname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Name of account.
          required: true
        - name: quotaName
          in: path
          type: string
          description: The Playwright service account quota name.
          required: true
  exposes:
  - type: rest
    namespace: microsoft-azureplaywrightservice-management-accountquotas-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft AzurePlaywrightService Management API — AccountQuotas. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-azureplaywrightservice/accounts/{accountname}/quotas
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccountquotaslistbyaccount
        description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice
          Accounts Accountname Quotas
        call: microsoft-azureplaywrightservice-management-accountquotas.microsoftazureaccountquotaslistbyaccount
        with:
          accountName: rest.accountName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-azureplaywrightservice/accounts/{accountname}/quotas/{quotaname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccountquotasget
        description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice
          Accounts Accountname Quotas Quotaname
        call: microsoft-azureplaywrightservice-management-accountquotas.microsoftazureaccountquotasget
        with:
          accountName: rest.accountName
          quotaName: rest.quotaName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azureplaywrightservice-management-accountquotas-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft AzurePlaywrightService Management API — AccountQuotas. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: get-subscriptions-subscriptionid-resourcegroups-resourcegroupname
      description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice
        Accounts Accountname Quotas
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azureplaywrightservice-management-accountquotas.microsoftazureaccountquotaslistbyaccount
      with:
        accountName: tools.accountName
      outputParameters:
      - type: object
        mapping: $.
    - name: get-subscriptions-subscriptionid-resourcegroups-resourcegroupname-2
      description: Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice
        Accounts Accountname Quotas Quotaname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azureplaywrightservice-management-accountquotas.microsoftazureaccountquotasget
      with:
        accountName: tools.accountName
        quotaName: tools.quotaName
      outputParameters:
      - type: object
        mapping: $.