Amazon Storage Gateway · Capability

Amazon Storage Gateway REST API — #ListGateways

Amazon Storage Gateway REST API — #ListGateways. 1 operations. Lead operation: Amazon Storage Gateway List Gateways. Self-contained Naftiko capability covering one Amazon Storage Gateway business surface.

Run with Naftiko Amazon Storage Gateway#ListGateways

What You Can Do

POST
Listgateways — Amazon Storage Gateway List Gateways
/v1/listgateways

MCP Tools

amazon-storage-gateway-list-gateways

Amazon Storage Gateway List Gateways

read-only

Capability Spec

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