Azure Storage Accounts · Capability

StorageManagementClient — Operations

StorageManagementClient — Operations. 1 operations. Lead operation: Azure Storage Accounts Operations_ List. Self-contained Naftiko capability covering one Azure Storage Accounts business surface.

Run with Naftiko Azure Storage AccountsOperations

What You Can Do

GET
Operationslist — Azure Storage Accounts Operations_ List
/v1/providers/microsoft-storage/operations

MCP Tools

azure-storage-accounts-operations-list

Azure Storage Accounts Operations_ List

read-only idempotent

Capability Spec

management-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: StorageManagementClient — Operations
  description: 'StorageManagementClient — Operations. 1 operations. Lead operation: Azure Storage Accounts Operations_ List.
    Self-contained Naftiko capability covering one Azure Storage Accounts business surface.'
  tags:
  - Azure Storage Accounts
  - Operations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AZURE_STORAGE_ACCOUNTS_API_KEY: AZURE_STORAGE_ACCOUNTS_API_KEY
capability:
  consumes:
  - type: http
    namespace: management-operations
    baseUri: https://management.azure.com
    description: StorageManagementClient — Operations business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Storage-operations
      path: /providers/Microsoft.Storage/operations
      operations:
      - name: operationslist
        method: GET
        description: Azure Storage Accounts Operations_ List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: api-version
          in: query
          type: string
          description: The API version to use for this operation.
          required: true
  exposes:
  - type: rest
    namespace: management-operations-rest
    port: 8080
    description: REST adapter for StorageManagementClient — Operations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-storage/operations
      name: providers-microsoft-storage-operations
      description: REST surface for providers-Microsoft.Storage-operations.
      operations:
      - method: GET
        name: operationslist
        description: Azure Storage Accounts Operations_ List
        call: management-operations.operationslist
        with:
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: management-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for StorageManagementClient — Operations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: azure-storage-accounts-operations-list
      description: Azure Storage Accounts Operations_ List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-operations.operationslist
      with:
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.