AWS Fargate · Capability

AWS Fargate Amazon ECS API (Fargate) — Clusters

AWS Fargate Amazon ECS API (Fargate) — Clusters. 2 operations. Lead operation: AWS Fargate Create an ECS cluster. Self-contained Naftiko capability covering one Fargate business surface.

Run with Naftiko FargateClusters

What You Can Do

POST
Createcluster — AWS Fargate Create an ECS cluster
/v1/x-amz-target-amazonec2containerservicev20141113-createcluster
POST
Describeclusters — AWS Fargate Describe one or more clusters
/v1/x-amz-target-amazonec2containerservicev20141113-describeclusters

MCP Tools

aws-fargate-create-ecs-cluster

AWS Fargate Create an ECS cluster

aws-fargate-describe-one-more

AWS Fargate Describe one or more clusters

Capability Spec

ecs-clusters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AWS Fargate Amazon ECS API (Fargate) — Clusters
  description: 'AWS Fargate Amazon ECS API (Fargate) — Clusters. 2 operations. Lead operation: AWS Fargate Create an ECS cluster.
    Self-contained Naftiko capability covering one Fargate business surface.'
  tags:
  - Fargate
  - Clusters
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FARGATE_API_KEY: FARGATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: ecs-clusters
    baseUri: https://ecs.{region}.amazonaws.com
    description: AWS Fargate Amazon ECS API (Fargate) — Clusters business capability. Self-contained, no shared references.
    resources:
    - name: '#X-Amz-Target=AmazonEC2ContainerServiceV20141113.CreateCluster'
      path: /#X-Amz-Target=AmazonEC2ContainerServiceV20141113.CreateCluster
      operations:
      - name: createcluster
        method: POST
        description: AWS Fargate Create an ECS 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.DescribeClusters'
      path: /#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DescribeClusters
      operations:
      - name: describeclusters
        method: POST
        description: AWS Fargate Describe one or more clusters
        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-clusters-rest
    port: 8080
    description: REST adapter for AWS Fargate Amazon ECS API (Fargate) — Clusters. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/x-amz-target-amazonec2containerservicev20141113-createcluster
      name: x-amz-target-amazonec2containerservicev20141113-createcluster
      description: 'REST surface for #X-Amz-Target=AmazonEC2ContainerServiceV20141113.CreateCluster.'
      operations:
      - method: POST
        name: createcluster
        description: AWS Fargate Create an ECS cluster
        call: ecs-clusters.createcluster
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/x-amz-target-amazonec2containerservicev20141113-describeclusters
      name: x-amz-target-amazonec2containerservicev20141113-describeclusters
      description: 'REST surface for #X-Amz-Target=AmazonEC2ContainerServiceV20141113.DescribeClusters.'
      operations:
      - method: POST
        name: describeclusters
        description: AWS Fargate Describe one or more clusters
        call: ecs-clusters.describeclusters
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ecs-clusters-mcp
    port: 9090
    transport: http
    description: MCP adapter for AWS Fargate Amazon ECS API (Fargate) — Clusters. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: aws-fargate-create-ecs-cluster
      description: AWS Fargate Create an ECS cluster
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ecs-clusters.createcluster
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: aws-fargate-describe-one-more
      description: AWS Fargate Describe one or more clusters
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ecs-clusters.describeclusters
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.