contentstack · Capability

Contentstack Brand Kit Management API — Voice Profiles

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

Run with Naftiko ContentstackVoice Profiles

What You Can Do

GET
Getallvoiceprofiles — Get all Voice Profiles
/v1/v1/brand-kits/{brand-kit-uid}/voice-profiles
POST
Createvoiceprofile — Create a Voice Profile
/v1/v1/brand-kits/{brand-kit-uid}/voice-profiles
GET
Getvoiceprofile — Get a Voice Profile
/v1/v1/brand-kits/{brand-kit-uid}/voice-profiles/{profile-uid}
PUT
Updatevoiceprofile — Update a Voice Profile
/v1/v1/brand-kits/{brand-kit-uid}/voice-profiles/{profile-uid}
DELETE
Deletevoiceprofile — Delete a Voice Profile
/v1/v1/brand-kits/{brand-kit-uid}/voice-profiles/{profile-uid}

MCP Tools

get-all-voice-profiles

Get all Voice Profiles

read-only idempotent
create-voice-profile

Create a Voice Profile

get-voice-profile

Get a Voice Profile

read-only idempotent
update-voice-profile

Update a Voice Profile

idempotent
delete-voice-profile

Delete a Voice Profile

idempotent

Capability Spec

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