BigCommerce · Capability

BigCommerce Settings V3 — Storefront Category

BigCommerce Settings V3 — Storefront Category. 2 operations. Lead operation: BigCommerce Get Storefront Category Settings. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceStorefront Category

What You Can Do

GET
Getsettingsstorefrontcategory — BigCommerce Get Storefront Category Settings
/v1/settings/storefront/category
PUT
Updatesettingsstorefrontcategory — BigCommerce Update Storefront Category Settings
/v1/settings/storefront/category

MCP Tools

bigcommerce-get-storefront-category-settings

BigCommerce Get Storefront Category Settings

read-only idempotent
bigcommerce-update-storefront-category-settings

BigCommerce Update Storefront Category Settings

idempotent

Capability Spec

settings-storefront-category.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BigCommerce Settings V3 — Storefront Category
  description: 'BigCommerce Settings V3 — Storefront Category. 2 operations. Lead operation: BigCommerce Get Storefront Category
    Settings. Self-contained Naftiko capability covering one Bigcommerce business surface.'
  tags:
  - Bigcommerce
  - Storefront Category
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BIGCOMMERCE_API_KEY: BIGCOMMERCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: settings-storefront-category
    baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3
    description: BigCommerce Settings V3 — Storefront Category business capability. Self-contained, no shared references.
    resources:
    - name: settings-storefront-category
      path: /settings/storefront/category
      operations:
      - name: getsettingsstorefrontcategory
        method: GET
        description: BigCommerce Get Storefront Category Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatesettingsstorefrontcategory
        method: PUT
        description: BigCommerce Update Storefront Category Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.BIGCOMMERCE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: settings-storefront-category-rest
    port: 8080
    description: REST adapter for BigCommerce Settings V3 — Storefront Category. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/settings/storefront/category
      name: settings-storefront-category
      description: REST surface for settings-storefront-category.
      operations:
      - method: GET
        name: getsettingsstorefrontcategory
        description: BigCommerce Get Storefront Category Settings
        call: settings-storefront-category.getsettingsstorefrontcategory
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatesettingsstorefrontcategory
        description: BigCommerce Update Storefront Category Settings
        call: settings-storefront-category.updatesettingsstorefrontcategory
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: settings-storefront-category-mcp
    port: 9090
    transport: http
    description: MCP adapter for BigCommerce Settings V3 — Storefront Category. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: bigcommerce-get-storefront-category-settings
      description: BigCommerce Get Storefront Category Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: settings-storefront-category.getsettingsstorefrontcategory
      outputParameters:
      - type: object
        mapping: $.
    - name: bigcommerce-update-storefront-category-settings
      description: BigCommerce Update Storefront Category Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: settings-storefront-category.updatesettingsstorefrontcategory
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.