Microsoft Azure · Capability

Microsoft Azure B2CTenants — Operations

Microsoft Azure B2CTenants — Operations. 2 operations. Lead operation: Get Providers Microsoft Azureactivedirectory Operations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOperations

What You Can Do

GET
Microsoftazureoperationslist — Get Providers Microsoft Azureactivedirectory Operations
/v1/providers/microsoft-azureactivedirectory/operations
GET
Microsoftazureoperationsgetasyncstatus — Get Subscriptions Subscriptionid Providers Microsoft Azureactivedirectory Operations Operationid
/v1/subscriptions/{subscriptionid}/providers/microsoft-azureactivedirectory/operations/{operationid}

MCP Tools

get-providers-microsoft-azureactivedirectory-operations

Get Providers Microsoft Azureactivedirectory Operations

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

Get Subscriptions Subscriptionid Providers Microsoft Azureactivedirectory Operations Operationid

read-only idempotent

Capability Spec

b2ctenants-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure B2CTenants — Operations
  description: 'Microsoft Azure B2CTenants — Operations. 2 operations. Lead operation: Get Providers Microsoft Azureactivedirectory
    Operations. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Operations
  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: b2ctenants-operations
    baseUri: https://management.azure.com
    description: Microsoft Azure B2CTenants — Operations business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.AzureActiveDirectory-operations
      path: /providers/Microsoft.AzureActiveDirectory/operations
      operations:
      - name: microsoftazureoperationslist
        method: GET
        description: Get Providers Microsoft Azureactivedirectory Operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.AzureActiveDirectory-operations
      path: /subscriptions/{subscriptionId}/providers/Microsoft.AzureActiveDirectory/operations/{operationId}
      operations:
      - name: microsoftazureoperationsgetasyncstatus
        method: GET
        description: Get Subscriptions Subscriptionid Providers Microsoft Azureactivedirectory Operations Operationid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operationId
          in: path
          type: string
          description: The operation ID.
          required: true
  exposes:
  - type: rest
    namespace: b2ctenants-operations-rest
    port: 8080
    description: REST adapter for Microsoft Azure B2CTenants — Operations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-azureactivedirectory/operations
      name: providers-microsoft-azureactivedirectory-operations
      description: REST surface for providers-Microsoft.AzureActiveDirectory-operations.
      operations:
      - method: GET
        name: microsoftazureoperationslist
        description: Get Providers Microsoft Azureactivedirectory Operations
        call: b2ctenants-operations.microsoftazureoperationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-azureactivedirectory/operations/{operationid}
      name: subscriptions-subscriptionid-providers-microsoft-azureactivedirectory-operations
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.AzureActiveDirectory-operations.
      operations:
      - method: GET
        name: microsoftazureoperationsgetasyncstatus
        description: Get Subscriptions Subscriptionid Providers Microsoft Azureactivedirectory Operations Operationid
        call: b2ctenants-operations.microsoftazureoperationsgetasyncstatus
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: b2ctenants-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure B2CTenants — Operations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-providers-microsoft-azureactivedirectory-operations
      description: Get Providers Microsoft Azureactivedirectory Operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: b2ctenants-operations.microsoftazureoperationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: get-subscriptions-subscriptionid-providers-microsoft
      description: Get Subscriptions Subscriptionid Providers Microsoft Azureactivedirectory Operations Operationid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: b2ctenants-operations.microsoftazureoperationsgetasyncstatus
      with:
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.