Table Format · Capability

Apache Iceberg REST Catalog API — Configuration

Apache Iceberg REST Catalog API — Configuration. 1 operations. Lead operation: Get Catalog Configuration. Self-contained Naftiko capability covering one Table Format business surface.

Run with Naftiko Table FormatConfiguration

What You Can Do

GET
Getconfig — Get Catalog Configuration
/v1/v1/config

MCP Tools

get-catalog-configuration

Get Catalog Configuration

read-only idempotent

Capability Spec

apache-iceberg-rest-catalog-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache Iceberg REST Catalog API — Configuration
  description: 'Apache Iceberg REST Catalog API — Configuration. 1 operations. Lead operation: Get Catalog Configuration.
    Self-contained Naftiko capability covering one Table Format business surface.'
  tags:
  - Table Format
  - Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TABLE_FORMAT_API_KEY: TABLE_FORMAT_API_KEY
capability:
  consumes:
  - type: http
    namespace: apache-iceberg-rest-catalog-configuration
    baseUri: https://{catalog-host}
    description: Apache Iceberg REST Catalog API — Configuration business capability. Self-contained, no shared references.
    resources:
    - name: v1-config
      path: /v1/config
      operations:
      - name: getconfig
        method: GET
        description: Get Catalog Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: warehouse
          in: query
          type: string
          description: Warehouse identifier for multi-tenant catalogs
    authentication:
      type: bearer
      token: '{{env.TABLE_FORMAT_API_KEY}}'
  exposes:
  - type: rest
    namespace: apache-iceberg-rest-catalog-configuration-rest
    port: 8080
    description: REST adapter for Apache Iceberg REST Catalog API — Configuration. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/config
      name: v1-config
      description: REST surface for v1-config.
      operations:
      - method: GET
        name: getconfig
        description: Get Catalog Configuration
        call: apache-iceberg-rest-catalog-configuration.getconfig
        with:
          warehouse: rest.warehouse
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apache-iceberg-rest-catalog-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache Iceberg REST Catalog API — Configuration. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-catalog-configuration
      description: Get Catalog Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apache-iceberg-rest-catalog-configuration.getconfig
      with:
        warehouse: tools.warehouse
      outputParameters:
      - type: object
        mapping: $.