Passbolt · Capability

Passbolt API — Settings

Passbolt API — Settings. 1 operations. Lead operation: Get the server settings.. Self-contained Naftiko capability covering one Passbolt business surface.

Run with Naftiko PassboltSettings

What You Can Do

GET
Indexsettings — Get the server settings.
/v1/settings-json

MCP Tools

get-server-settings

Get the server settings.

read-only idempotent

Capability Spec

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