Ghost · Capability

Ghost Content API — Settings

Ghost Content API — Settings. 1 operations. Lead operation: Read settings. Self-contained Naftiko capability covering one Ghost business surface.

Run with Naftiko GhostSettings

What You Can Do

GET
Readsettings — Read settings
/v1/settings

MCP Tools

read-settings

Read settings

read-only idempotent

Capability Spec

content-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Ghost Content API — Settings
  description: 'Ghost Content API — Settings. 1 operations. Lead operation: Read settings. Self-contained Naftiko capability
    covering one Ghost business surface.'
  tags:
  - Ghost
  - Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GHOST_API_KEY: GHOST_API_KEY
capability:
  consumes:
  - type: http
    namespace: content-settings
    baseUri: https://{site}.ghost.io/ghost/api/content
    description: Ghost Content API — Settings business capability. Self-contained, no shared references.
    resources:
    - name: settings
      path: /settings/
      operations:
      - name: readsettings
        method: GET
        description: Read settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: key
      value: '{{env.GHOST_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: content-settings-rest
    port: 8080
    description: REST adapter for Ghost Content API — Settings. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/settings
      name: settings
      description: REST surface for settings.
      operations:
      - method: GET
        name: readsettings
        description: Read settings
        call: content-settings.readsettings
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: content-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Ghost Content API — Settings. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: read-settings
      description: Read settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: content-settings.readsettings
      outputParameters:
      - type: object
        mapping: $.