Amazon SES · Capability

Amazon SES Amazon Simple Email Service (SES) — Identities

Amazon SES Amazon Simple Email Service (SES) — Identities. 3 operations. Lead operation: Amazon SES Create Email Identity. Self-contained Naftiko capability covering one Amazon Ses business surface.

Run with Naftiko Amazon SesIdentities

What You Can Do

POST
Createemailidentity — Amazon SES Create Email Identity
/v1/v2/email/identities
GET
Listemailidentities — Amazon SES List Email Identities
/v1/v2/email/identities
GET
Getemailidentity — Amazon SES Get Email Identity
/v1/v2/email/identities/{emailidentity}

MCP Tools

amazon-ses-create-email-identity

Amazon SES Create Email Identity

amazon-ses-list-email-identities

Amazon SES List Email Identities

read-only idempotent
amazon-ses-get-email-identity

Amazon SES Get Email Identity

read-only idempotent

Capability Spec

amazon-ses-identities.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon SES Amazon Simple Email Service (SES) — Identities
  description: 'Amazon SES Amazon Simple Email Service (SES) — Identities. 3 operations. Lead operation: Amazon SES Create
    Email Identity. Self-contained Naftiko capability covering one Amazon Ses business surface.'
  tags:
  - Amazon Ses
  - Identities
  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-identities
    baseUri: https://email.amazonaws.com
    description: Amazon SES Amazon Simple Email Service (SES) — Identities business capability. Self-contained, no shared
      references.
    resources:
    - name: v2-email-identities
      path: /v2/email/identities
      operations:
      - name: createemailidentity
        method: POST
        description: Amazon SES Create Email Identity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listemailidentities
        method: GET
        description: Amazon SES List Email Identities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: NextToken
          in: query
          type: string
        - name: PageSize
          in: query
          type: integer
    - name: v2-email-identities-EmailIdentity
      path: /v2/email/identities/{EmailIdentity}
      operations:
      - name: getemailidentity
        method: GET
        description: Amazon SES Get Email Identity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: EmailIdentity
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: amazon-ses-identities-rest
    port: 8080
    description: REST adapter for Amazon SES Amazon Simple Email Service (SES) — Identities. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v2/email/identities
      name: v2-email-identities
      description: REST surface for v2-email-identities.
      operations:
      - method: POST
        name: createemailidentity
        description: Amazon SES Create Email Identity
        call: amazon-ses-identities.createemailidentity
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listemailidentities
        description: Amazon SES List Email Identities
        call: amazon-ses-identities.listemailidentities
        with:
          NextToken: rest.NextToken
          PageSize: rest.PageSize
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/email/identities/{emailidentity}
      name: v2-email-identities-emailidentity
      description: REST surface for v2-email-identities-EmailIdentity.
      operations:
      - method: GET
        name: getemailidentity
        description: Amazon SES Get Email Identity
        call: amazon-ses-identities.getemailidentity
        with:
          EmailIdentity: rest.EmailIdentity
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-ses-identities-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon SES Amazon Simple Email Service (SES) — Identities. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: amazon-ses-create-email-identity
      description: Amazon SES Create Email Identity
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-ses-identities.createemailidentity
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-ses-list-email-identities
      description: Amazon SES List Email Identities
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-ses-identities.listemailidentities
      with:
        NextToken: tools.NextToken
        PageSize: tools.PageSize
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-ses-get-email-identity
      description: Amazon SES Get Email Identity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-ses-identities.getemailidentity
      with:
        EmailIdentity: tools.EmailIdentity
      outputParameters:
      - type: object
        mapping: $.