naftiko: "1.0.0-alpha1" info: label: "Azure Storage Account Management" description: "Workflow capability for managing Azure Storage Account resources. Used by cloud engineers and DevOps teams." tags: - Azure - Cloud - Management created: "2026-04-19" modified: "2026-04-19" binds: - namespace: env keys: AZURE_SUBSCRIPTION_ID: AZURE_SUBSCRIPTION_ID AZURE_ACCESS_TOKEN: AZURE_ACCESS_TOKEN capability: consumes: - import: azure-storage-account location: ./shared/azure-storage-account.yaml exposes: - type: rest port: 8086 namespace: azure-storage-account-management-api description: "Unified REST API for Azure Storage Account management." resources: - path: /v1/resources name: resources description: "Resource management" operations: - method: GET name: list description: "List all resources" call: "azure-storage-account.list-storage-accounts" with: subscriptionId: "rest.subscriptionId" outputParameters: - type: object mapping: "$." - type: mcp port: 9096 namespace: azure-storage-account-management-mcp transport: http description: "MCP server for AI-assisted Azure Storage Account management." tools: - name: list-storage-accounts description: "List StorageAccount resources" hints: readOnly: true openWorld: true call: "azure-storage-account.list-storage-accounts" with: subscriptionId: "tools.subscriptionId" outputParameters: - type: object mapping: "$." - name: list-blob-containers description: "List BlobContainer resources" hints: readOnly: true openWorld: true call: "azure-storage-account.list-blob-containers" with: subscriptionId: "tools.subscriptionId" outputParameters: - type: object mapping: "$." - name: list-file-shares description: "List FileShare resources" hints: readOnly: true openWorld: true call: "azure-storage-account.list-file-shares" with: subscriptionId: "tools.subscriptionId" outputParameters: - type: object mapping: "$." - name: list-queues description: "List Queue resources" hints: readOnly: true openWorld: true call: "azure-storage-account.list-queues" with: subscriptionId: "tools.subscriptionId" outputParameters: - type: object mapping: "$."