Amazon Polly · Capability

Amazon Polly API — Voices

Amazon Polly API — Voices. 1 operations. Lead operation: Amazon Polly List Available Voices. Self-contained Naftiko capability covering one Amazon Polly business surface.

Run with Naftiko Amazon PollyVoices

What You Can Do

GET
Describevoices — Amazon Polly List Available Voices
/v1/v1/voices

MCP Tools

amazon-polly-list-available-voices

Amazon Polly List Available Voices

read-only idempotent

Capability Spec

amazon-polly-voices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Polly API — Voices
  description: 'Amazon Polly API — Voices. 1 operations. Lead operation: Amazon Polly List Available Voices. Self-contained
    Naftiko capability covering one Amazon Polly business surface.'
  tags:
  - Amazon Polly
  - Voices
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_POLLY_API_KEY: AMAZON_POLLY_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-polly-voices
    baseUri: https://polly.{region}.amazonaws.com
    description: Amazon Polly API — Voices business capability. Self-contained, no shared references.
    resources:
    - name: v1-voices
      path: /v1/voices
      operations:
      - name: describevoices
        method: GET
        description: Amazon Polly List Available Voices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Engine
          in: query
          type: string
        - name: LanguageCode
          in: query
          type: string
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_POLLY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-polly-voices-rest
    port: 8080
    description: REST adapter for Amazon Polly API — Voices. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/voices
      name: v1-voices
      description: REST surface for v1-voices.
      operations:
      - method: GET
        name: describevoices
        description: Amazon Polly List Available Voices
        call: amazon-polly-voices.describevoices
        with:
          Engine: rest.Engine
          LanguageCode: rest.LanguageCode
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-polly-voices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Polly API — Voices. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: amazon-polly-list-available-voices
      description: Amazon Polly List Available Voices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-polly-voices.describevoices
      with:
        Engine: tools.Engine
        LanguageCode: tools.LanguageCode
      outputParameters:
      - type: object
        mapping: $.