Zendesk · Capability

Zendesk Dynamic Content — Dynamic Content

Zendesk Dynamic Content — Dynamic Content. 6 operations. Lead operation: Zendesk Get Api V2 Dynamic_content Items. Self-contained Naftiko capability covering one Zendesk business surface.

Run with Naftiko ZendeskDynamic Content

What You Can Do

GET
Listdynamiccontents — Zendesk Get Api V2 Dynamic_content Items
/v1/api/v2/dynamic-content/items
POST
Createdynamiccontent — Zendesk Post Api V2 Dynamic_content Items
/v1/api/v2/dynamic-content/items
GET
Showmanydynamiccontents — Zendesk Get Api V2 Dynamic_content Items Show_many
/v1/api/v2/dynamic-content/items/show-many
GET
Showdynamiccontentitem — Zendesk Get Api V2 Dynamic_content Items Dynamic_content_item_id
/v1/api/v2/dynamic-content/items/{dynamic-content-item-id}
PUT
Updatedynamiccontentitem — Zendesk Put Api V2 Dynamic_content Items Dynamic_content_item_id
/v1/api/v2/dynamic-content/items/{dynamic-content-item-id}
DELETE
Deletedynamiccontentitem — Zendesk Delete Api V2 Dynamic_content Items Dynamic_content_item_id
/v1/api/v2/dynamic-content/items/{dynamic-content-item-id}

MCP Tools

zendesk-get-api-v2-dynamic

Zendesk Get Api V2 Dynamic_content Items

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

Zendesk Post Api V2 Dynamic_content Items

zendesk-get-api-v2-dynamic-2

Zendesk Get Api V2 Dynamic_content Items Show_many

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

Zendesk Get Api V2 Dynamic_content Items Dynamic_content_item_id

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

Zendesk Put Api V2 Dynamic_content Items Dynamic_content_item_id

idempotent
zendesk-delete-api-v2-dynamic

Zendesk Delete Api V2 Dynamic_content Items Dynamic_content_item_id

idempotent

Capability Spec

dynamic-content-dynamic-content.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zendesk Dynamic Content — Dynamic Content
  description: 'Zendesk Dynamic Content — Dynamic Content. 6 operations. Lead operation: Zendesk Get  Api V2 Dynamic_content
    Items. Self-contained Naftiko capability covering one Zendesk business surface.'
  tags:
  - Zendesk
  - Dynamic Content
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZENDESK_API_KEY: ZENDESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: dynamic-content-dynamic-content
    baseUri: ''
    description: Zendesk Dynamic Content — Dynamic Content business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-dynamic_content-items
      path: /api/v2/dynamic_content/items
      operations:
      - name: listdynamiccontents
        method: GET
        description: Zendesk Get  Api V2 Dynamic_content Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createdynamiccontent
        method: POST
        description: Zendesk Post  Api V2 Dynamic_content Items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-dynamic_content-items-show_many
      path: /api/v2/dynamic_content/items/show_many
      operations:
      - name: showmanydynamiccontents
        method: GET
        description: Zendesk Get  Api V2 Dynamic_content Items Show_many
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifiers
          in: query
          type: string
          description: Identifiers for the dynamic contents
    - name: api-v2-dynamic_content-items-dynamic_content_item_id
      path: /api/v2/dynamic_content/items/{dynamic_content_item_id}
      operations:
      - name: showdynamiccontentitem
        method: GET
        description: Zendesk Get  Api V2 Dynamic_content Items Dynamic_content_item_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatedynamiccontentitem
        method: PUT
        description: Zendesk Put  Api V2 Dynamic_content Items Dynamic_content_item_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletedynamiccontentitem
        method: DELETE
        description: Zendesk Delete  Api V2 Dynamic_content Items Dynamic_content_item_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: dynamic-content-dynamic-content-rest
    port: 8080
    description: REST adapter for Zendesk Dynamic Content — Dynamic Content. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/v2/dynamic-content/items
      name: api-v2-dynamic-content-items
      description: REST surface for api-v2-dynamic_content-items.
      operations:
      - method: GET
        name: listdynamiccontents
        description: Zendesk Get  Api V2 Dynamic_content Items
        call: dynamic-content-dynamic-content.listdynamiccontents
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdynamiccontent
        description: Zendesk Post  Api V2 Dynamic_content Items
        call: dynamic-content-dynamic-content.createdynamiccontent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/dynamic-content/items/show-many
      name: api-v2-dynamic-content-items-show-many
      description: REST surface for api-v2-dynamic_content-items-show_many.
      operations:
      - method: GET
        name: showmanydynamiccontents
        description: Zendesk Get  Api V2 Dynamic_content Items Show_many
        call: dynamic-content-dynamic-content.showmanydynamiccontents
        with:
          identifiers: rest.identifiers
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/dynamic-content/items/{dynamic-content-item-id}
      name: api-v2-dynamic-content-items-dynamic-content-item-id
      description: REST surface for api-v2-dynamic_content-items-dynamic_content_item_id.
      operations:
      - method: GET
        name: showdynamiccontentitem
        description: Zendesk Get  Api V2 Dynamic_content Items Dynamic_content_item_id
        call: dynamic-content-dynamic-content.showdynamiccontentitem
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatedynamiccontentitem
        description: Zendesk Put  Api V2 Dynamic_content Items Dynamic_content_item_id
        call: dynamic-content-dynamic-content.updatedynamiccontentitem
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletedynamiccontentitem
        description: Zendesk Delete  Api V2 Dynamic_content Items Dynamic_content_item_id
        call: dynamic-content-dynamic-content.deletedynamiccontentitem
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dynamic-content-dynamic-content-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zendesk Dynamic Content — Dynamic Content. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: zendesk-get-api-v2-dynamic
      description: Zendesk Get  Api V2 Dynamic_content Items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dynamic-content-dynamic-content.listdynamiccontents
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-post-api-v2-dynamic
      description: Zendesk Post  Api V2 Dynamic_content Items
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dynamic-content-dynamic-content.createdynamiccontent
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-dynamic-2
      description: Zendesk Get  Api V2 Dynamic_content Items Show_many
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dynamic-content-dynamic-content.showmanydynamiccontents
      with:
        identifiers: tools.identifiers
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-dynamic-3
      description: Zendesk Get  Api V2 Dynamic_content Items Dynamic_content_item_id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dynamic-content-dynamic-content.showdynamiccontentitem
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-put-api-v2-dynamic
      description: Zendesk Put  Api V2 Dynamic_content Items Dynamic_content_item_id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: dynamic-content-dynamic-content.updatedynamiccontentitem
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-delete-api-v2-dynamic
      description: Zendesk Delete  Api V2 Dynamic_content Items Dynamic_content_item_id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: dynamic-content-dynamic-content.deletedynamiccontentitem
      outputParameters:
      - type: object
        mapping: $.