Amazon API Gateway · Capability

Amazon API Gateway V1 (REST) — Resources

Amazon API Gateway V1 (REST) — Resources. 1 operations. Lead operation: Amazon API Gateway List Resources. Self-contained Naftiko capability covering one Aws Api Gateway business surface.

Run with Naftiko Aws Api GatewayResources

What You Can Do

GET
Getresources — Amazon API Gateway List Resources
/v1/restapis/{restapi-id}/resources

MCP Tools

amazon-api-gateway-list-resources

Amazon API Gateway List Resources

read-only idempotent

Capability Spec

v1-resources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon API Gateway V1 (REST) — Resources
  description: 'Amazon API Gateway V1 (REST) — Resources. 1 operations. Lead operation: Amazon API Gateway List Resources.
    Self-contained Naftiko capability covering one Aws Api Gateway business surface.'
  tags:
  - Aws Api Gateway
  - Resources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AWS_API_GATEWAY_API_KEY: AWS_API_GATEWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: v1-resources
    baseUri: https://apigateway.{region}.amazonaws.com
    description: Amazon API Gateway V1 (REST) — Resources business capability. Self-contained, no shared references.
    resources:
    - name: restapis-restapi_id-resources
      path: /restapis/{restapi_id}/resources
      operations:
      - name: getresources
        method: GET
        description: Amazon API Gateway List Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AWS_API_GATEWAY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: v1-resources-rest
    port: 8080
    description: REST adapter for Amazon API Gateway V1 (REST) — Resources. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/restapis/{restapi-id}/resources
      name: restapis-restapi-id-resources
      description: REST surface for restapis-restapi_id-resources.
      operations:
      - method: GET
        name: getresources
        description: Amazon API Gateway List Resources
        call: v1-resources.getresources
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v1-resources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon API Gateway V1 (REST) — Resources. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: amazon-api-gateway-list-resources
      description: Amazon API Gateway List Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v1-resources.getresources
      outputParameters:
      - type: object
        mapping: $.