Amazon SES · Capability

Amazon SES Amazon Simple Email Service (SES) — Contact Lists

Amazon SES Amazon Simple Email Service (SES) — Contact Lists. 1 operations. Lead operation: Amazon SES Create Contact List. Self-contained Naftiko capability covering one Amazon Ses business surface.

Run with Naftiko Amazon SesContact Lists

What You Can Do

POST
Createcontactlist — Amazon SES Create Contact List
/v1/v2/email/contact-lists

MCP Tools

amazon-ses-create-contact-list

Amazon SES Create Contact List

Capability Spec

amazon-ses-contact-lists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon SES Amazon Simple Email Service (SES) — Contact Lists
  description: 'Amazon SES Amazon Simple Email Service (SES) — Contact Lists. 1 operations. Lead operation: Amazon SES Create
    Contact List. Self-contained Naftiko capability covering one Amazon Ses business surface.'
  tags:
  - Amazon Ses
  - Contact Lists
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_SES_API_KEY: AMAZON_SES_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-ses-contact-lists
    baseUri: https://email.amazonaws.com
    description: Amazon SES Amazon Simple Email Service (SES) — Contact Lists business capability. Self-contained, no shared
      references.
    resources:
    - name: v2-email-contact-lists
      path: /v2/email/contact-lists
      operations:
      - name: createcontactlist
        method: POST
        description: Amazon SES Create Contact List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: amazon-ses-contact-lists-rest
    port: 8080
    description: REST adapter for Amazon SES Amazon Simple Email Service (SES) — Contact Lists. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v2/email/contact-lists
      name: v2-email-contact-lists
      description: REST surface for v2-email-contact-lists.
      operations:
      - method: POST
        name: createcontactlist
        description: Amazon SES Create Contact List
        call: amazon-ses-contact-lists.createcontactlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-ses-contact-lists-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon SES Amazon Simple Email Service (SES) — Contact Lists. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: amazon-ses-create-contact-list
      description: Amazon SES Create Contact List
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-ses-contact-lists.createcontactlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.