Amazon SES · Capability

Amazon SES Amazon Simple Email Service (SES) — Templates

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

Run with Naftiko Amazon SesTemplates

What You Can Do

POST
Createemailtemplate — Amazon SES Create Email Template
/v1/v2/email/templates

MCP Tools

amazon-ses-create-email-template

Amazon SES Create Email Template

Capability Spec

amazon-ses-templates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon SES Amazon Simple Email Service (SES) — Templates
  description: 'Amazon SES Amazon Simple Email Service (SES) — Templates. 1 operations. Lead operation: Amazon SES Create
    Email Template. Self-contained Naftiko capability covering one Amazon Ses business surface.'
  tags:
  - Amazon Ses
  - Templates
  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-templates
    baseUri: https://email.amazonaws.com
    description: Amazon SES Amazon Simple Email Service (SES) — Templates business capability. Self-contained, no shared references.
    resources:
    - name: v2-email-templates
      path: /v2/email/templates
      operations:
      - name: createemailtemplate
        method: POST
        description: Amazon SES Create Email Template
        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-templates-rest
    port: 8080
    description: REST adapter for Amazon SES Amazon Simple Email Service (SES) — Templates. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v2/email/templates
      name: v2-email-templates
      description: REST surface for v2-email-templates.
      operations:
      - method: POST
        name: createemailtemplate
        description: Amazon SES Create Email Template
        call: amazon-ses-templates.createemailtemplate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-ses-templates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon SES Amazon Simple Email Service (SES) — Templates. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: amazon-ses-create-email-template
      description: Amazon SES Create Email Template
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-ses-templates.createemailtemplate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.