contentstack · Capability

Contentstack Brand Kit Management API — Brand Kits

Contentstack Brand Kit Management API — Brand Kits. 5 operations. Lead operation: Get all Brand Kits. Self-contained Naftiko capability covering one Contentstack business surface.

Run with Naftiko ContentstackBrand Kits

What You Can Do

GET
Getallbrandkits — Get all Brand Kits
/v1/v1/brand-kits
POST
Createbrandkit — Create a Brand Kit
/v1/v1/brand-kits
GET
Getbrandkit — Get a Brand Kit
/v1/v1/brand-kits/{brand-kit-uid}
PUT
Updatebrandkit — Update a Brand Kit
/v1/v1/brand-kits/{brand-kit-uid}
DELETE
Deletebrandkit — Delete a Brand Kit
/v1/v1/brand-kits/{brand-kit-uid}

MCP Tools

get-all-brand-kits

Get all Brand Kits

read-only idempotent
create-brand-kit

Create a Brand Kit

get-brand-kit

Get a Brand Kit

read-only idempotent
update-brand-kit

Update a Brand Kit

idempotent
delete-brand-kit

Delete a Brand Kit

idempotent

Capability Spec

brand-kit-management-brand-kits.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Contentstack Brand Kit Management API — Brand Kits
  description: 'Contentstack Brand Kit Management API — Brand Kits. 5 operations. Lead operation: Get all Brand Kits. Self-contained
    Naftiko capability covering one Contentstack business surface.'
  tags:
  - Contentstack
  - Brand Kits
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CONTENTSTACK_API_KEY: CONTENTSTACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: brand-kit-management-brand-kits
    baseUri: https://brand-kits-api.contentstack.com
    description: Contentstack Brand Kit Management API — Brand Kits business capability. Self-contained, no shared references.
    resources:
    - name: v1-brand-kits
      path: /v1/brand-kits
      operations:
      - name: getallbrandkits
        method: GET
        description: Get all Brand Kits
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createbrandkit
        method: POST
        description: Create a Brand Kit
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-brand-kits-brand_kit_uid
      path: /v1/brand-kits/{brand_kit_uid}
      operations:
      - name: getbrandkit
        method: GET
        description: Get a Brand Kit
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatebrandkit
        method: PUT
        description: Update a Brand Kit
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletebrandkit
        method: DELETE
        description: Delete a Brand Kit
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CONTENTSTACK_API_KEY}}'
  exposes:
  - type: rest
    namespace: brand-kit-management-brand-kits-rest
    port: 8080
    description: REST adapter for Contentstack Brand Kit Management API — Brand Kits. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/brand-kits
      name: v1-brand-kits
      description: REST surface for v1-brand-kits.
      operations:
      - method: GET
        name: getallbrandkits
        description: Get all Brand Kits
        call: brand-kit-management-brand-kits.getallbrandkits
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createbrandkit
        description: Create a Brand Kit
        call: brand-kit-management-brand-kits.createbrandkit
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/brand-kits/{brand-kit-uid}
      name: v1-brand-kits-brand-kit-uid
      description: REST surface for v1-brand-kits-brand_kit_uid.
      operations:
      - method: GET
        name: getbrandkit
        description: Get a Brand Kit
        call: brand-kit-management-brand-kits.getbrandkit
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatebrandkit
        description: Update a Brand Kit
        call: brand-kit-management-brand-kits.updatebrandkit
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletebrandkit
        description: Delete a Brand Kit
        call: brand-kit-management-brand-kits.deletebrandkit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: brand-kit-management-brand-kits-mcp
    port: 9090
    transport: http
    description: MCP adapter for Contentstack Brand Kit Management API — Brand Kits. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-all-brand-kits
      description: Get all Brand Kits
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: brand-kit-management-brand-kits.getallbrandkits
      outputParameters:
      - type: object
        mapping: $.
    - name: create-brand-kit
      description: Create a Brand Kit
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: brand-kit-management-brand-kits.createbrandkit
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-brand-kit
      description: Get a Brand Kit
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: brand-kit-management-brand-kits.getbrandkit
      outputParameters:
      - type: object
        mapping: $.
    - name: update-brand-kit
      description: Update a Brand Kit
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: brand-kit-management-brand-kits.updatebrandkit
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-brand-kit
      description: Delete a Brand Kit
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: brand-kit-management-brand-kits.deletebrandkit
      outputParameters:
      - type: object
        mapping: $.