naftiko: 1.0.0-alpha2 info: label: Microsoft Azure Azure Kubernetes Service (AKS) API — Agent Pools description: 'Microsoft Azure Azure Kubernetes Service (AKS) API — Agent Pools. 4 operations. Lead operation: Microsoft Azure List Agent Pools. Self-contained Naftiko capability covering one Microsoft Azure business surface.' tags: - Microsoft Azure - Agent Pools 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-kubernetes-service-agent-pools baseUri: https://management.azure.com description: Microsoft Azure Azure Kubernetes Service (AKS) API — Agent Pools business capability. Self-contained, no shared references. resources: - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools operations: - name: agentpoolslist method: GET description: Microsoft Azure List Agent Pools outputRawFormat: json outputParameters: - name: result type: object value: $. - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName} operations: - name: agentpoolsget method: GET description: Microsoft Azure Get an Agent Pool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: agentPoolName in: path type: string description: The name of the agent pool. required: true - name: agentpoolscreateorupdate method: PUT description: Microsoft Azure Create or Update an Agent Pool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: agentPoolName in: path type: string description: The name of the agent pool. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: agentpoolsdelete method: DELETE description: Microsoft Azure Delete an Agent Pool outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: agentPoolName in: path type: string description: The name of the agent pool. required: true authentication: type: bearer token: '{{env.MICROSOFT_AZURE_API_KEY}}' exposes: - type: rest namespace: azure-kubernetes-service-agent-pools-rest port: 8080 description: REST adapter for Microsoft Azure Azure Kubernetes Service (AKS) API — Agent Pools. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/managedclusters/{resourcename}/agentpools name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof. operations: - method: GET name: agentpoolslist description: Microsoft Azure List Agent Pools call: azure-kubernetes-service-agent-pools.agentpoolslist outputParameters: - type: object mapping: $. - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-containerservice/managedclusters/{resourcename}/agentpools/{agentpoolname} name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof. operations: - method: GET name: agentpoolsget description: Microsoft Azure Get an Agent Pool call: azure-kubernetes-service-agent-pools.agentpoolsget with: agentPoolName: rest.agentPoolName outputParameters: - type: object mapping: $. - method: PUT name: agentpoolscreateorupdate description: Microsoft Azure Create or Update an Agent Pool call: azure-kubernetes-service-agent-pools.agentpoolscreateorupdate with: agentPoolName: rest.agentPoolName body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: agentpoolsdelete description: Microsoft Azure Delete an Agent Pool call: azure-kubernetes-service-agent-pools.agentpoolsdelete with: agentPoolName: rest.agentPoolName outputParameters: - type: object mapping: $. - type: mcp namespace: azure-kubernetes-service-agent-pools-mcp port: 9090 transport: http description: MCP adapter for Microsoft Azure Azure Kubernetes Service (AKS) API — Agent Pools. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: microsoft-azure-list-agent-pools description: Microsoft Azure List Agent Pools hints: readOnly: true destructive: false idempotent: true call: azure-kubernetes-service-agent-pools.agentpoolslist outputParameters: - type: object mapping: $. - name: microsoft-azure-get-agent-pool description: Microsoft Azure Get an Agent Pool hints: readOnly: true destructive: false idempotent: true call: azure-kubernetes-service-agent-pools.agentpoolsget with: agentPoolName: tools.agentPoolName outputParameters: - type: object mapping: $. - name: microsoft-azure-create-update-agent description: Microsoft Azure Create or Update an Agent Pool hints: readOnly: false destructive: false idempotent: true call: azure-kubernetes-service-agent-pools.agentpoolscreateorupdate with: agentPoolName: tools.agentPoolName body: tools.body outputParameters: - type: object mapping: $. - name: microsoft-azure-delete-agent-pool description: Microsoft Azure Delete an Agent Pool hints: readOnly: false destructive: true idempotent: true call: azure-kubernetes-service-agent-pools.agentpoolsdelete with: agentPoolName: tools.agentPoolName outputParameters: - type: object mapping: $.