naftiko: 1.0.0-alpha2 info: label: AWS Fargate Amazon ECS API (Fargate) description: 'AWS Fargate Amazon ECS API (Fargate). 5 operations. Lead operation: AWS Fargate Create a Fargate service. Self-contained Naftiko capability covering one Fargate business surface.' tags: - Fargate created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FARGATE_API_KEY: FARGATE_API_KEY capability: consumes: - type: http namespace: ecs-general baseUri: https://ecs.{region}.amazonaws.com description: AWS Fargate Amazon ECS API (Fargate) business capability. Self-contained, no shared references. resources: - name: '#X-Amz-Target=AmazonEC2ContainerServiceV20141113.CreateService' path: /#X-Amz-Target=AmazonEC2ContainerServiceV20141113.CreateService operations: - name: createservice method: POST description: AWS Fargate Create a Fargate service outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: '#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteService' path: /#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteService operations: - name: deleteservice method: POST description: AWS Fargate Delete a service outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: '#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DescribeServices' path: /#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DescribeServices operations: - name: describeservices method: POST description: AWS Fargate Describe one or more services outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: '#X-Amz-Target=AmazonEC2ContainerServiceV20141113.ListServices' path: /#X-Amz-Target=AmazonEC2ContainerServiceV20141113.ListServices operations: - name: listservices method: POST description: AWS Fargate List services in a cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: '#X-Amz-Target=AmazonEC2ContainerServiceV20141113.UpdateService' path: /#X-Amz-Target=AmazonEC2ContainerServiceV20141113.UpdateService operations: - name: updateservice method: POST description: AWS Fargate Update a Fargate service outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: Authorization value: '{{env.FARGATE_API_KEY}}' placement: header exposes: - type: rest namespace: ecs-general-rest port: 8080 description: REST adapter for AWS Fargate Amazon ECS API (Fargate). One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/x-amz-target-amazonec2containerservicev20141113-createservice name: x-amz-target-amazonec2containerservicev20141113-createservice description: 'REST surface for #X-Amz-Target=AmazonEC2ContainerServiceV20141113.CreateService.' operations: - method: POST name: createservice description: AWS Fargate Create a Fargate service call: ecs-general.createservice with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/x-amz-target-amazonec2containerservicev20141113-deleteservice name: x-amz-target-amazonec2containerservicev20141113-deleteservice description: 'REST surface for #X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteService.' operations: - method: POST name: deleteservice description: AWS Fargate Delete a service call: ecs-general.deleteservice with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/x-amz-target-amazonec2containerservicev20141113-describeservices name: x-amz-target-amazonec2containerservicev20141113-describeservices description: 'REST surface for #X-Amz-Target=AmazonEC2ContainerServiceV20141113.DescribeServices.' operations: - method: POST name: describeservices description: AWS Fargate Describe one or more services call: ecs-general.describeservices with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/x-amz-target-amazonec2containerservicev20141113-listservices name: x-amz-target-amazonec2containerservicev20141113-listservices description: 'REST surface for #X-Amz-Target=AmazonEC2ContainerServiceV20141113.ListServices.' operations: - method: POST name: listservices description: AWS Fargate List services in a cluster call: ecs-general.listservices with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/x-amz-target-amazonec2containerservicev20141113-updateservice name: x-amz-target-amazonec2containerservicev20141113-updateservice description: 'REST surface for #X-Amz-Target=AmazonEC2ContainerServiceV20141113.UpdateService.' operations: - method: POST name: updateservice description: AWS Fargate Update a Fargate service call: ecs-general.updateservice with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: ecs-general-mcp port: 9090 transport: http description: MCP adapter for AWS Fargate Amazon ECS API (Fargate). One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: aws-fargate-create-fargate-service description: AWS Fargate Create a Fargate service hints: readOnly: false destructive: false idempotent: false call: ecs-general.createservice with: body: tools.body outputParameters: - type: object mapping: $. - name: aws-fargate-delete-service description: AWS Fargate Delete a service hints: readOnly: false destructive: false idempotent: false call: ecs-general.deleteservice with: body: tools.body outputParameters: - type: object mapping: $. - name: aws-fargate-describe-one-more description: AWS Fargate Describe one or more services hints: readOnly: false destructive: false idempotent: false call: ecs-general.describeservices with: body: tools.body outputParameters: - type: object mapping: $. - name: aws-fargate-list-services-cluster description: AWS Fargate List services in a cluster hints: readOnly: true destructive: false idempotent: false call: ecs-general.listservices with: body: tools.body outputParameters: - type: object mapping: $. - name: aws-fargate-update-fargate-service description: AWS Fargate Update a Fargate service hints: readOnly: false destructive: false idempotent: false call: ecs-general.updateservice with: body: tools.body outputParameters: - type: object mapping: $.