naftiko: 1.0.0-alpha2 info: label: Amazon Fargate API — Clusters description: 'Amazon Fargate API — Clusters. 4 operations. Lead operation: Amazon Fargate Create a Cluster. Self-contained Naftiko capability covering one Amazon Fargate business surface.' tags: - Amazon Fargate - Clusters created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: AMAZON_FARGATE_API_KEY: AMAZON_FARGATE_API_KEY capability: consumes: - type: http namespace: amazon-fargate-clusters baseUri: https://ecs.{region}.amazonaws.com description: Amazon Fargate API — Clusters business capability. Self-contained, no shared references. resources: - name: '#CreateCluster' path: /#CreateCluster operations: - name: createcluster method: POST description: Amazon Fargate Create a Cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: '#DeleteCluster' path: /#DeleteCluster operations: - name: deletecluster method: POST description: Amazon Fargate Delete a Cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: '#DescribeClusters' path: /#DescribeClusters operations: - name: describeclusters method: POST description: Amazon Fargate Describe Clusters outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: '#ListClusters' path: /#ListClusters operations: - name: listclusters method: POST description: Amazon Fargate List Clusters outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false authentication: type: apikey key: Authorization value: '{{env.AMAZON_FARGATE_API_KEY}}' placement: header exposes: - type: rest namespace: amazon-fargate-clusters-rest port: 8080 description: REST adapter for Amazon Fargate API — Clusters. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/createcluster name: createcluster description: 'REST surface for #CreateCluster.' operations: - method: POST name: createcluster description: Amazon Fargate Create a Cluster call: amazon-fargate-clusters.createcluster with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/deletecluster name: deletecluster description: 'REST surface for #DeleteCluster.' operations: - method: POST name: deletecluster description: Amazon Fargate Delete a Cluster call: amazon-fargate-clusters.deletecluster with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/describeclusters name: describeclusters description: 'REST surface for #DescribeClusters.' operations: - method: POST name: describeclusters description: Amazon Fargate Describe Clusters call: amazon-fargate-clusters.describeclusters with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/listclusters name: listclusters description: 'REST surface for #ListClusters.' operations: - method: POST name: listclusters description: Amazon Fargate List Clusters call: amazon-fargate-clusters.listclusters with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: amazon-fargate-clusters-mcp port: 9090 transport: http description: MCP adapter for Amazon Fargate API — Clusters. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: amazon-fargate-create-cluster description: Amazon Fargate Create a Cluster hints: readOnly: false destructive: false idempotent: false call: amazon-fargate-clusters.createcluster with: body: tools.body outputParameters: - type: object mapping: $. - name: amazon-fargate-delete-cluster description: Amazon Fargate Delete a Cluster hints: readOnly: false destructive: false idempotent: false call: amazon-fargate-clusters.deletecluster with: body: tools.body outputParameters: - type: object mapping: $. - name: amazon-fargate-describe-clusters description: Amazon Fargate Describe Clusters hints: readOnly: false destructive: false idempotent: false call: amazon-fargate-clusters.describeclusters with: body: tools.body outputParameters: - type: object mapping: $. - name: amazon-fargate-list-clusters description: Amazon Fargate List Clusters hints: readOnly: true destructive: false idempotent: false call: amazon-fargate-clusters.listclusters with: body: tools.body outputParameters: - type: object mapping: $.