naftiko: 1.0.0-alpha2 info: label: Microsoft Azure Azure Resource Manager API — Subscriptions description: 'Microsoft Azure Azure Resource Manager API — Subscriptions. 2 operations. Lead operation: Microsoft Azure List All Subscriptions. Self-contained Naftiko capability covering one Microsoft Azure business surface.' tags: - Microsoft Azure - Subscriptions 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: azure-resource-manager-subscriptions baseUri: https://management.azure.com description: Microsoft Azure Azure Resource Manager API — Subscriptions business capability. Self-contained, no shared references. resources: - name: subscriptions path: /subscriptions operations: - name: subscriptionslist method: GET description: Microsoft Azure List All Subscriptions outputRawFormat: json outputParameters: - name: result type: object value: $. - name: subscriptions-subscriptionId path: /subscriptions/{subscriptionId} operations: - name: subscriptionsget method: GET description: Microsoft Azure Get a Subscription outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.MICROSOFT_AZURE_API_KEY}}' exposes: - type: rest namespace: azure-resource-manager-subscriptions-rest port: 8080 description: REST adapter for Microsoft Azure Azure Resource Manager API — Subscriptions. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/subscriptions name: subscriptions description: REST surface for subscriptions. operations: - method: GET name: subscriptionslist description: Microsoft Azure List All Subscriptions call: azure-resource-manager-subscriptions.subscriptionslist outputParameters: - type: object mapping: $. - path: /v1/subscriptions/{subscriptionid} name: subscriptions-subscriptionid description: REST surface for subscriptions-subscriptionId. operations: - method: GET name: subscriptionsget description: Microsoft Azure Get a Subscription call: azure-resource-manager-subscriptions.subscriptionsget outputParameters: - type: object mapping: $. - type: mcp namespace: azure-resource-manager-subscriptions-mcp port: 9090 transport: http description: MCP adapter for Microsoft Azure Azure Resource Manager API — Subscriptions. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: microsoft-azure-list-all-subscriptions description: Microsoft Azure List All Subscriptions hints: readOnly: true destructive: false idempotent: true call: azure-resource-manager-subscriptions.subscriptionslist outputParameters: - type: object mapping: $. - name: microsoft-azure-get-subscription description: Microsoft Azure Get a Subscription hints: readOnly: true destructive: false idempotent: true call: azure-resource-manager-subscriptions.subscriptionsget outputParameters: - type: object mapping: $.