Amazon ECS · Capability

Amazon ECS Amazon Elastic Container Service (ECS) API

Amazon ECS Amazon Elastic Container Service (ECS) API. 5 operations. Lead operation: Amazon Ecs Create a New Ecs Service. Self-contained Naftiko capability covering one Amazon Ecs business surface.

Run with Naftiko Amazon Ecs

What You Can Do

POST
Createservice — Amazon Ecs Create a New Ecs Service
/v1/x-amz-target-amazonec2containerservicev20141113-createservice
POST
Deleteservice — Amazon Ecs Delete an Ecs Service
/v1/x-amz-target-amazonec2containerservicev20141113-deleteservice
POST
Describeservices — Amazon Ecs Describe One or More Ecs Services
/v1/x-amz-target-amazonec2containerservicev20141113-describeservices
POST
Listservices — Amazon Ecs List Ecs Services
/v1/x-amz-target-amazonec2containerservicev20141113-listservices
POST
Updateservice — Amazon Ecs Update an Ecs Service
/v1/x-amz-target-amazonec2containerservicev20141113-updateservice

MCP Tools

amazon-ecs-create-new-ecs

Amazon Ecs Create a New Ecs Service

amazon-ecs-delete-ecs-service

Amazon Ecs Delete an Ecs Service

amazon-ecs-describe-one-more

Amazon Ecs Describe One or More Ecs Services

amazon-ecs-list-ecs-services

Amazon Ecs List Ecs Services

read-only
amazon-ecs-update-ecs-service

Amazon Ecs Update an Ecs Service

Capability Spec

amazon-ecs-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon ECS Amazon Elastic Container Service (ECS) API
  description: 'Amazon ECS Amazon Elastic Container Service (ECS) API. 5 operations. Lead operation: Amazon Ecs Create a New
    Ecs Service. Self-contained Naftiko capability covering one Amazon Ecs business surface.'
  tags:
  - Amazon Ecs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_ECS_API_KEY: AMAZON_ECS_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-ecs-general
    baseUri: https://ecs.{region}.amazonaws.com
    description: Amazon ECS Amazon Elastic Container Service (ECS) API 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: Amazon Ecs Create a New Ecs 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: Amazon Ecs Delete an Ecs 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: Amazon Ecs Describe One or More Ecs 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: Amazon Ecs List Ecs Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: '#X-Amz-Target=AmazonEC2ContainerServiceV20141113.UpdateService'
      path: /#X-Amz-Target=AmazonEC2ContainerServiceV20141113.UpdateService
      operations:
      - name: updateservice
        method: POST
        description: Amazon Ecs Update an Ecs 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.AMAZON_ECS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-ecs-general-rest
    port: 8080
    description: REST adapter for Amazon ECS Amazon Elastic Container Service (ECS) API. 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: Amazon Ecs Create a New Ecs Service
        call: amazon-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: Amazon Ecs Delete an Ecs Service
        call: amazon-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: Amazon Ecs Describe One or More Ecs Services
        call: amazon-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: Amazon Ecs List Ecs Services
        call: amazon-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: Amazon Ecs Update an Ecs Service
        call: amazon-ecs-general.updateservice
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-ecs-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon ECS Amazon Elastic Container Service (ECS) API. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: amazon-ecs-create-new-ecs
      description: Amazon Ecs Create a New Ecs Service
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-ecs-general.createservice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-ecs-delete-ecs-service
      description: Amazon Ecs Delete an Ecs Service
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-ecs-general.deleteservice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-ecs-describe-one-more
      description: Amazon Ecs Describe One or More Ecs Services
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-ecs-general.describeservices
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-ecs-list-ecs-services
      description: Amazon Ecs List Ecs Services
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-ecs-general.listservices
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-ecs-update-ecs-service
      description: Amazon Ecs Update an Ecs Service
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-ecs-general.updateservice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.