Amazon SNS · Capability

Amazon SNS Amazon Simple Notification Service (SNS) API — Platform Applications

Amazon SNS Amazon Simple Notification Service (SNS) API — Platform Applications. 1 operations. Lead operation: Amazon Sns Create a Platform Application for Push Notifications. Self-contained Naftiko capability covering one Amazon Sns business surface.

Run with Naftiko Amazon SnsPlatform Applications

What You Can Do

POST
Createplatformapplication — Amazon Sns Create a Platform Application for Push Notifications
/v1/action-createplatformapplication

MCP Tools

amazon-sns-create-platform-application

Amazon Sns Create a Platform Application for Push Notifications

Capability Spec

amazon-sns-platform-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon SNS Amazon Simple Notification Service (SNS) API — Platform Applications
  description: 'Amazon SNS Amazon Simple Notification Service (SNS) API — Platform Applications. 1 operations. Lead operation:
    Amazon Sns Create a Platform Application for Push Notifications. Self-contained Naftiko capability covering one Amazon
    Sns business surface.'
  tags:
  - Amazon Sns
  - Platform Applications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_SNS_API_KEY: AMAZON_SNS_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-sns-platform-applications
    baseUri: https://sns.{region}.amazonaws.com
    description: Amazon SNS Amazon Simple Notification Service (SNS) API — Platform Applications business capability. Self-contained,
      no shared references.
    resources:
    - name: ?Action=CreatePlatformApplication
      path: /?Action=CreatePlatformApplication
      operations:
      - name: createplatformapplication
        method: POST
        description: Amazon Sns Create a Platform Application for Push Notifications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.AMAZON_SNS_API_KEY}}'
  exposes:
  - type: rest
    namespace: amazon-sns-platform-applications-rest
    port: 8080
    description: REST adapter for Amazon SNS Amazon Simple Notification Service (SNS) API — Platform Applications. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/action-createplatformapplication
      name: action-createplatformapplication
      description: REST surface for ?Action=CreatePlatformApplication.
      operations:
      - method: POST
        name: createplatformapplication
        description: Amazon Sns Create a Platform Application for Push Notifications
        call: amazon-sns-platform-applications.createplatformapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-sns-platform-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon SNS Amazon Simple Notification Service (SNS) API — Platform Applications. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: amazon-sns-create-platform-application
      description: Amazon Sns Create a Platform Application for Push Notifications
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-sns-platform-applications.createplatformapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.