BigCommerce · Capability

BigCommerce Settings V3 — Storefront Robotstxt

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

Run with Naftiko BigcommerceStorefront Robotstxt

What You Can Do

GET
Getsettingsrobotstxt — BigCommerce Get Robots.txt Settings
/v1/settings/storefront/robotstxt
PUT
Updatesettingsrobotstxt — BigCommerce Update Robots.txt Settings
/v1/settings/storefront/robotstxt

MCP Tools

bigcommerce-get-robots-txt-settings

BigCommerce Get Robots.txt Settings

read-only idempotent
bigcommerce-update-robots-txt-settings

BigCommerce Update Robots.txt Settings

idempotent

Capability Spec

settings-storefront-robotstxt.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BigCommerce Settings V3 — Storefront Robotstxt
  description: 'BigCommerce Settings V3 — Storefront Robotstxt. 2 operations. Lead operation: BigCommerce Get Robots.txt Settings.
    Self-contained Naftiko capability covering one Bigcommerce business surface.'
  tags:
  - Bigcommerce
  - Storefront Robotstxt
  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-robotstxt
    baseUri: https://api.bigcommerce.com/stores/{store_hash}/v3
    description: BigCommerce Settings V3 — Storefront Robotstxt business capability. Self-contained, no shared references.
    resources:
    - name: settings-storefront-robotstxt
      path: /settings/storefront/robotstxt
      operations:
      - name: getsettingsrobotstxt
        method: GET
        description: BigCommerce Get Robots.txt Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatesettingsrobotstxt
        method: PUT
        description: BigCommerce Update Robots.txt 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-robotstxt-rest
    port: 8080
    description: REST adapter for BigCommerce Settings V3 — Storefront Robotstxt. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/settings/storefront/robotstxt
      name: settings-storefront-robotstxt
      description: REST surface for settings-storefront-robotstxt.
      operations:
      - method: GET
        name: getsettingsrobotstxt
        description: BigCommerce Get Robots.txt Settings
        call: settings-storefront-robotstxt.getsettingsrobotstxt
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatesettingsrobotstxt
        description: BigCommerce Update Robots.txt Settings
        call: settings-storefront-robotstxt.updatesettingsrobotstxt
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: settings-storefront-robotstxt-mcp
    port: 9090
    transport: http
    description: MCP adapter for BigCommerce Settings V3 — Storefront Robotstxt. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: bigcommerce-get-robots-txt-settings
      description: BigCommerce Get Robots.txt Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: settings-storefront-robotstxt.getsettingsrobotstxt
      outputParameters:
      - type: object
        mapping: $.
    - name: bigcommerce-update-robots-txt-settings
      description: BigCommerce Update Robots.txt Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: settings-storefront-robotstxt.updatesettingsrobotstxt
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.