Amazon ElastiCache · Capability

Amazon ElastiCache API

Amazon ElastiCache API. 2 operations. Lead operation: Amazon ElastiCache Create Cache Cluster. Self-contained Naftiko capability covering one Amazon Elasticache business surface.

Run with Naftiko Amazon Elasticache

What You Can Do

POST
Createcachecluster — Amazon ElastiCache Create Cache Cluster
/v1
GET
Describecacheclusters — Amazon ElastiCache Describe Cache Clusters
/v1

MCP Tools

amazon-elasticache-create-cache-cluster

Amazon ElastiCache Create Cache Cluster

amazon-elasticache-describe-cache-clusters

Amazon ElastiCache Describe Cache Clusters

read-only idempotent

Capability Spec

amazon-elasticache-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon ElastiCache API
  description: 'Amazon ElastiCache API. 2 operations. Lead operation: Amazon ElastiCache Create Cache Cluster. Self-contained
    Naftiko capability covering one Amazon Elasticache business surface.'
  tags:
  - Amazon Elasticache
  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-general
    baseUri: https://elasticache.amazonaws.com
    description: Amazon ElastiCache API business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: createcachecluster
        method: POST
        description: Amazon ElastiCache Create Cache Cluster
        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
      - name: describecacheclusters
        method: GET
        description: Amazon ElastiCache Describe Cache Clusters
        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: CacheClusterId
          in: query
          type: string
          description: The user-supplied cluster identifier.
        - name: ShowCacheNodeInfo
          in: query
          type: boolean
          description: If true, lists individual cache node information.
        - name: MaxRecords
          in: query
          type: integer
          description: The maximum number of records to include in the response.
        - name: Marker
          in: query
          type: string
          description: An optional marker returned from a prior request.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_ELASTICACHE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-elasticache-general-rest
    port: 8080
    description: REST adapter for Amazon ElastiCache API. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: POST
        name: createcachecluster
        description: Amazon ElastiCache Create Cache Cluster
        call: amazon-elasticache-general.createcachecluster
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: describecacheclusters
        description: Amazon ElastiCache Describe Cache Clusters
        call: amazon-elasticache-general.describecacheclusters
        with:
          Action: rest.Action
          Version: rest.Version
          CacheClusterId: rest.CacheClusterId
          ShowCacheNodeInfo: rest.ShowCacheNodeInfo
          MaxRecords: rest.MaxRecords
          Marker: rest.Marker
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-elasticache-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon ElastiCache API. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: amazon-elasticache-create-cache-cluster
      description: Amazon ElastiCache Create Cache Cluster
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-elasticache-general.createcachecluster
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-elasticache-describe-cache-clusters
      description: Amazon ElastiCache Describe Cache Clusters
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-elasticache-general.describecacheclusters
      with:
        Action: tools.Action
        Version: tools.Version
        CacheClusterId: tools.CacheClusterId
        ShowCacheNodeInfo: tools.ShowCacheNodeInfo
        MaxRecords: tools.MaxRecords
        Marker: tools.Marker
      outputParameters:
      - type: object
        mapping: $.