Amazon S3 · Capability

Amazon S3 Tables API — Table Maintenance

Amazon S3 Tables API — Table Maintenance. 5 operations. Lead operation: Amazon S3 Get Table Bucket Maintenance Configuration. Self-contained Naftiko capability covering one Amazon S3 business surface.

Run with Naftiko Amazon S3Table Maintenance

What You Can Do

GET
Gettablebucketmaintenanceconfiguration — Amazon S3 Get Table Bucket Maintenance Configuration
/v1/buckets/{tablebucketarn}/maintenance
PUT
Puttablebucketmaintenanceconfiguration — Amazon S3 Put Table Bucket Maintenance Configuration
/v1/buckets/{tablebucketarn}/maintenance
GET
Gettablemaintenanceconfiguration — Amazon S3 Get Table Maintenance Configuration
/v1/tables/{tablebucketarn}/{namespace}/{name}/maintenance
PUT
Puttablemaintenanceconfiguration — Amazon S3 Put Table Maintenance Configuration
/v1/tables/{tablebucketarn}/{namespace}/{name}/maintenance
GET
Gettablemaintenancejobstatus — Amazon S3 Get Table Maintenance Job Status
/v1/tables/{tablebucketarn}/{namespace}/{name}/maintenance-job-status

MCP Tools

amazon-s3-get-table-bucket

Amazon S3 Get Table Bucket Maintenance Configuration

read-only idempotent
amazon-s3-put-table-bucket

Amazon S3 Put Table Bucket Maintenance Configuration

idempotent
amazon-s3-get-table-maintenance

Amazon S3 Get Table Maintenance Configuration

read-only idempotent
amazon-s3-put-table-maintenance

Amazon S3 Put Table Maintenance Configuration

idempotent
amazon-s3-get-table-maintenance-2

Amazon S3 Get Table Maintenance Job Status

read-only idempotent

Capability Spec

tables-table-maintenance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon S3 Tables API — Table Maintenance
  description: 'Amazon S3 Tables API — Table Maintenance. 5 operations. Lead operation: Amazon S3 Get Table Bucket Maintenance
    Configuration. Self-contained Naftiko capability covering one Amazon S3 business surface.'
  tags:
  - Amazon S3
  - Table Maintenance
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_S3_API_KEY: AMAZON_S3_API_KEY
capability:
  consumes:
  - type: http
    namespace: tables-table-maintenance
    baseUri: https://s3tables.{region}.amazonaws.com
    description: Amazon S3 Tables API — Table Maintenance business capability. Self-contained, no shared references.
    resources:
    - name: buckets-tableBucketARN-maintenance
      path: /buckets/{tableBucketARN}/maintenance
      operations:
      - name: gettablebucketmaintenanceconfiguration
        method: GET
        description: Amazon S3 Get Table Bucket Maintenance Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: puttablebucketmaintenanceconfiguration
        method: PUT
        description: Amazon S3 Put Table Bucket Maintenance Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: tables-tableBucketARN-namespace-name-maintenance
      path: /tables/{tableBucketARN}/{namespace}/{name}/maintenance
      operations:
      - name: gettablemaintenanceconfiguration
        method: GET
        description: Amazon S3 Get Table Maintenance Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the table.
          required: true
      - name: puttablemaintenanceconfiguration
        method: PUT
        description: Amazon S3 Put Table Maintenance Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the table.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: tables-tableBucketARN-namespace-name-maintenance-job-status
      path: /tables/{tableBucketARN}/{namespace}/{name}/maintenance-job-status
      operations:
      - name: gettablemaintenancejobstatus
        method: GET
        description: Amazon S3 Get Table Maintenance Job Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the table.
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_S3_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: tables-table-maintenance-rest
    port: 8080
    description: REST adapter for Amazon S3 Tables API — Table Maintenance. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/buckets/{tablebucketarn}/maintenance
      name: buckets-tablebucketarn-maintenance
      description: REST surface for buckets-tableBucketARN-maintenance.
      operations:
      - method: GET
        name: gettablebucketmaintenanceconfiguration
        description: Amazon S3 Get Table Bucket Maintenance Configuration
        call: tables-table-maintenance.gettablebucketmaintenanceconfiguration
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: puttablebucketmaintenanceconfiguration
        description: Amazon S3 Put Table Bucket Maintenance Configuration
        call: tables-table-maintenance.puttablebucketmaintenanceconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tables/{tablebucketarn}/{namespace}/{name}/maintenance
      name: tables-tablebucketarn-namespace-name-maintenance
      description: REST surface for tables-tableBucketARN-namespace-name-maintenance.
      operations:
      - method: GET
        name: gettablemaintenanceconfiguration
        description: Amazon S3 Get Table Maintenance Configuration
        call: tables-table-maintenance.gettablemaintenanceconfiguration
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: puttablemaintenanceconfiguration
        description: Amazon S3 Put Table Maintenance Configuration
        call: tables-table-maintenance.puttablemaintenanceconfiguration
        with:
          name: rest.name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tables/{tablebucketarn}/{namespace}/{name}/maintenance-job-status
      name: tables-tablebucketarn-namespace-name-maintenance-job-status
      description: REST surface for tables-tableBucketARN-namespace-name-maintenance-job-status.
      operations:
      - method: GET
        name: gettablemaintenancejobstatus
        description: Amazon S3 Get Table Maintenance Job Status
        call: tables-table-maintenance.gettablemaintenancejobstatus
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tables-table-maintenance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon S3 Tables API — Table Maintenance. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: amazon-s3-get-table-bucket
      description: Amazon S3 Get Table Bucket Maintenance Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tables-table-maintenance.gettablebucketmaintenanceconfiguration
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-s3-put-table-bucket
      description: Amazon S3 Put Table Bucket Maintenance Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tables-table-maintenance.puttablebucketmaintenanceconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-s3-get-table-maintenance
      description: Amazon S3 Get Table Maintenance Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tables-table-maintenance.gettablemaintenanceconfiguration
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-s3-put-table-maintenance
      description: Amazon S3 Put Table Maintenance Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tables-table-maintenance.puttablemaintenanceconfiguration
      with:
        name: tools.name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-s3-get-table-maintenance-2
      description: Amazon S3 Get Table Maintenance Job Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tables-table-maintenance.gettablemaintenancejobstatus
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.