BigCommerce · Capability

BigCommerce Settings V3 — Favicon Image

BigCommerce Settings V3 — Favicon Image. 1 operations. Lead operation: BigCommerce Create Favicon Image. Self-contained Naftiko capability covering one Bigcommerce business surface.

Run with Naftiko BigcommerceFavicon Image

What You Can Do

POST
Createsettingsfaviconimage — BigCommerce Create Favicon Image
/v1/settings/favicon/image

MCP Tools

bigcommerce-create-favicon-image

BigCommerce Create Favicon Image

Capability Spec

settings-favicon-image.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BigCommerce Settings V3 — Favicon Image
  description: 'BigCommerce Settings V3 — Favicon Image. 1 operations. Lead operation: BigCommerce Create Favicon Image. Self-contained
    Naftiko capability covering one Bigcommerce business surface.'
  tags:
  - Bigcommerce
  - Favicon Image
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BIGCOMMERCE_API_KEY: BIGCOMMERCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: settings-favicon-image
    baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3
    description: BigCommerce Settings V3 — Favicon Image business capability. Self-contained, no shared references.
    resources:
    - name: settings-favicon-image
      path: /settings/favicon/image
      operations:
      - name: createsettingsfaviconimage
        method: POST
        description: BigCommerce Create Favicon Image
        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-favicon-image-rest
    port: 8080
    description: REST adapter for BigCommerce Settings V3 — Favicon Image. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/settings/favicon/image
      name: settings-favicon-image
      description: REST surface for settings-favicon-image.
      operations:
      - method: POST
        name: createsettingsfaviconimage
        description: BigCommerce Create Favicon Image
        call: settings-favicon-image.createsettingsfaviconimage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: settings-favicon-image-mcp
    port: 9090
    transport: http
    description: MCP adapter for BigCommerce Settings V3 — Favicon Image. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: bigcommerce-create-favicon-image
      description: BigCommerce Create Favicon Image
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: settings-favicon-image.createsettingsfaviconimage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.