Amazon ElastiCache · Capability

Amazon ElastiCache API — #CreateReplicationGroup

Amazon ElastiCache API — #CreateReplicationGroup. 1 operations. Lead operation: Amazon ElastiCache Create Replication Group. Self-contained Naftiko capability covering one Amazon Elasticache business surface.

Run with Naftiko Amazon Elasticache#CreateReplicationGroup

What You Can Do

POST
Createreplicationgroup — Amazon ElastiCache Create Replication Group
/v1/createreplicationgroup

MCP Tools

amazon-elasticache-create-replication-group

Amazon ElastiCache Create Replication Group

Capability Spec

amazon-elasticache-createreplicationgroup.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Amazon ElastiCache API — #CreateReplicationGroup'
  description: 'Amazon ElastiCache API — #CreateReplicationGroup. 1 operations. Lead operation: Amazon ElastiCache Create
    Replication Group. Self-contained Naftiko capability covering one Amazon Elasticache business surface.'
  tags:
  - Amazon Elasticache
  - '#CreateReplicationGroup'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_ELASTICACHE_API_KEY: AMAZON_ELASTICACHE_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-elasticache-createreplicationgroup
    baseUri: https://elasticache.amazonaws.com
    description: 'Amazon ElastiCache API — #CreateReplicationGroup business capability. Self-contained, no shared references.'
    resources:
    - name: '#CreateReplicationGroup'
      path: /#CreateReplicationGroup
      operations:
      - name: createreplicationgroup
        method: POST
        description: Amazon ElastiCache Create Replication Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_ELASTICACHE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-elasticache-createreplicationgroup-rest
    port: 8080
    description: 'REST adapter for Amazon ElastiCache API — #CreateReplicationGroup. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/createreplicationgroup
      name: createreplicationgroup
      description: 'REST surface for #CreateReplicationGroup.'
      operations:
      - method: POST
        name: createreplicationgroup
        description: Amazon ElastiCache Create Replication Group
        call: amazon-elasticache-createreplicationgroup.createreplicationgroup
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-elasticache-createreplicationgroup-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Amazon ElastiCache API — #CreateReplicationGroup. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: amazon-elasticache-create-replication-group
      description: Amazon ElastiCache Create Replication Group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-elasticache-createreplicationgroup.createreplicationgroup
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.