Amazon Storage Gateway · Capability

Amazon Storage Gateway REST API

Amazon Storage Gateway REST API. 1 operations. Lead operation: Amazon Storage Gateway Activate Gateway. Self-contained Naftiko capability covering one Amazon Storage Gateway business surface.

Run with Naftiko Amazon Storage Gateway

What You Can Do

POST
Activategateway — Amazon Storage Gateway Activate Gateway
/v1

MCP Tools

amazon-storage-gateway-activate-gateway

Amazon Storage Gateway Activate Gateway

Capability Spec

amazon-storage-gateway-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Storage Gateway REST API
  description: 'Amazon Storage Gateway REST API. 1 operations. Lead operation: Amazon Storage Gateway Activate Gateway. Self-contained
    Naftiko capability covering one Amazon Storage Gateway business surface.'
  tags:
  - Amazon Storage Gateway
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_STORAGE_GATEWAY_API_KEY: AMAZON_STORAGE_GATEWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-storage-gateway-general
    baseUri: https://storagegateway.{region}.amazonaws.com
    description: Amazon Storage Gateway REST API business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: activategateway
        method: POST
        description: Amazon Storage Gateway Activate Gateway
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_STORAGE_GATEWAY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-storage-gateway-general-rest
    port: 8080
    description: REST adapter for Amazon Storage Gateway REST 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: activategateway
        description: Amazon Storage Gateway Activate Gateway
        call: amazon-storage-gateway-general.activategateway
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-storage-gateway-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Storage Gateway REST API. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: amazon-storage-gateway-activate-gateway
      description: Amazon Storage Gateway Activate Gateway
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-storage-gateway-general.activategateway
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.