lakeFS · Capability

lakeFS API — config

lakeFS API — config. 1 operations. Lead operation: config. Self-contained Naftiko capability covering one Lakefs business surface.

Run with Naftiko Lakefsconfig

What You Can Do

GET
Getconfig — retrieve lakeFS configuration
/v1/config

MCP Tools

retrieve-lakefs-configuration

retrieve lakeFS configuration

read-only idempotent

Capability Spec

lakefs-config.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: lakeFS API — config
  description: 'lakeFS API — config. 1 operations. Lead operation: config. Self-contained Naftiko capability covering one
    Lakefs business surface.'
  tags:
  - Lakefs
  - config
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LAKEFS_API_KEY: LAKEFS_API_KEY
capability:
  consumes:
  - type: http
    namespace: lakefs-config
    baseUri: ''
    description: lakeFS API — config business capability. Self-contained, no shared references.
    resources:
    - name: config
      path: /config
      operations:
      - name: getconfig
        method: GET
        description: retrieve lakeFS configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.LAKEFS_API_KEY}}'
  exposes:
  - type: rest
    namespace: lakefs-config-rest
    port: 8080
    description: REST adapter for lakeFS API — config. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/config
      name: config
      description: REST surface for config.
      operations:
      - method: GET
        name: getconfig
        description: retrieve lakeFS configuration
        call: lakefs-config.getconfig
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: lakefs-config-mcp
    port: 9090
    transport: http
    description: MCP adapter for lakeFS API — config. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: retrieve-lakefs-configuration
      description: retrieve lakeFS configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: lakefs-config.getconfig
      outputParameters:
      - type: object
        mapping: $.