Zendesk · Capability

Zendesk Brands — Brands

Zendesk Brands — Brands. 7 operations. Lead operation: Zendesk Get Api V2 Brands. Self-contained Naftiko capability covering one Zendesk business surface.

Run with Naftiko ZendeskBrands

What You Can Do

GET
Listbrands — Zendesk Get Api V2 Brands
/v1/api/v2/brands
POST
Createbrand — Zendesk Post Api V2 Brands
/v1/api/v2/brands
GET
Checkhostmappingvalidity — Zendesk Get Api V2 Brands Check_host_mapping
/v1/api/v2/brands/check-host-mapping
GET
Showbrand — Zendesk Get Api V2 Brands Brand_id
/v1/api/v2/brands/{brand-id}
PUT
Updatebrand — Zendesk Put Api V2 Brands Brand_id
/v1/api/v2/brands/{brand-id}
DELETE
Deletebrand — Zendesk Delete Api V2 Brands Brand_id
/v1/api/v2/brands/{brand-id}
GET
Checkhostmappingvalidityforexistingbrand — Zendesk Get Api V2 Brands Brand_id Check_host_mapping
/v1/api/v2/brands/{brand-id}/check-host-mapping

MCP Tools

zendesk-get-api-v2-brands

Zendesk Get Api V2 Brands

read-only idempotent
zendesk-post-api-v2-brands

Zendesk Post Api V2 Brands

zendesk-get-api-v2-brands-2

Zendesk Get Api V2 Brands Check_host_mapping

read-only idempotent
zendesk-get-api-v2-brands-3

Zendesk Get Api V2 Brands Brand_id

read-only idempotent
zendesk-put-api-v2-brands

Zendesk Put Api V2 Brands Brand_id

idempotent
zendesk-delete-api-v2-brands

Zendesk Delete Api V2 Brands Brand_id

idempotent
zendesk-get-api-v2-brands-4

Zendesk Get Api V2 Brands Brand_id Check_host_mapping

read-only idempotent

Capability Spec

brands-brands.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zendesk Brands — Brands
  description: 'Zendesk Brands — Brands. 7 operations. Lead operation: Zendesk Get  Api V2 Brands. Self-contained Naftiko
    capability covering one Zendesk business surface.'
  tags:
  - Zendesk
  - Brands
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZENDESK_API_KEY: ZENDESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: brands-brands
    baseUri: ''
    description: Zendesk Brands — Brands business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-brands
      path: /api/v2/brands
      operations:
      - name: listbrands
        method: GET
        description: Zendesk Get  Api V2 Brands
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createbrand
        method: POST
        description: Zendesk Post  Api V2 Brands
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-v2-brands-check_host_mapping
      path: /api/v2/brands/check_host_mapping
      operations:
      - name: checkhostmappingvalidity
        method: GET
        description: Zendesk Get  Api V2 Brands Check_host_mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-brands-brand_id
      path: /api/v2/brands/{brand_id}
      operations:
      - name: showbrand
        method: GET
        description: Zendesk Get  Api V2 Brands Brand_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatebrand
        method: PUT
        description: Zendesk Put  Api V2 Brands Brand_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletebrand
        method: DELETE
        description: Zendesk Delete  Api V2 Brands Brand_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-brands-brand_id-check_host_mapping
      path: /api/v2/brands/{brand_id}/check_host_mapping
      operations:
      - name: checkhostmappingvalidityforexistingbrand
        method: GET
        description: Zendesk Get  Api V2 Brands Brand_id Check_host_mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: brands-brands-rest
    port: 8080
    description: REST adapter for Zendesk Brands — Brands. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v2/brands
      name: api-v2-brands
      description: REST surface for api-v2-brands.
      operations:
      - method: GET
        name: listbrands
        description: Zendesk Get  Api V2 Brands
        call: brands-brands.listbrands
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createbrand
        description: Zendesk Post  Api V2 Brands
        call: brands-brands.createbrand
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/brands/check-host-mapping
      name: api-v2-brands-check-host-mapping
      description: REST surface for api-v2-brands-check_host_mapping.
      operations:
      - method: GET
        name: checkhostmappingvalidity
        description: Zendesk Get  Api V2 Brands Check_host_mapping
        call: brands-brands.checkhostmappingvalidity
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/brands/{brand-id}
      name: api-v2-brands-brand-id
      description: REST surface for api-v2-brands-brand_id.
      operations:
      - method: GET
        name: showbrand
        description: Zendesk Get  Api V2 Brands Brand_id
        call: brands-brands.showbrand
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatebrand
        description: Zendesk Put  Api V2 Brands Brand_id
        call: brands-brands.updatebrand
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletebrand
        description: Zendesk Delete  Api V2 Brands Brand_id
        call: brands-brands.deletebrand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/brands/{brand-id}/check-host-mapping
      name: api-v2-brands-brand-id-check-host-mapping
      description: REST surface for api-v2-brands-brand_id-check_host_mapping.
      operations:
      - method: GET
        name: checkhostmappingvalidityforexistingbrand
        description: Zendesk Get  Api V2 Brands Brand_id Check_host_mapping
        call: brands-brands.checkhostmappingvalidityforexistingbrand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: brands-brands-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zendesk Brands — Brands. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: zendesk-get-api-v2-brands
      description: Zendesk Get  Api V2 Brands
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: brands-brands.listbrands
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-post-api-v2-brands
      description: Zendesk Post  Api V2 Brands
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: brands-brands.createbrand
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-brands-2
      description: Zendesk Get  Api V2 Brands Check_host_mapping
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: brands-brands.checkhostmappingvalidity
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-brands-3
      description: Zendesk Get  Api V2 Brands Brand_id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: brands-brands.showbrand
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-put-api-v2-brands
      description: Zendesk Put  Api V2 Brands Brand_id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: brands-brands.updatebrand
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-delete-api-v2-brands
      description: Zendesk Delete  Api V2 Brands Brand_id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: brands-brands.deletebrand
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-brands-4
      description: Zendesk Get  Api V2 Brands Brand_id Check_host_mapping
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: brands-brands.checkhostmappingvalidityforexistingbrand
      outputParameters:
      - type: object
        mapping: $.