Zendesk · Capability

Zendesk Users — Incremental Export

Zendesk Users — Incremental Export. 2 operations. Lead operation: Zendesk Get Api V2 Incremental Users. Self-contained Naftiko capability covering one Zendesk business surface.

Run with Naftiko ZendeskIncremental Export

What You Can Do

GET
Incrementaluserexporttime — Zendesk Get Api V2 Incremental Users
/v1/api/v2/incremental/users
GET
Incrementaluserexportcursor — Zendesk Get Api V2 Incremental Users Cursor
/v1/api/v2/incremental/users/cursor

MCP Tools

zendesk-get-api-v2-incremental

Zendesk Get Api V2 Incremental Users

read-only idempotent
zendesk-get-api-v2-incremental-2

Zendesk Get Api V2 Incremental Users Cursor

read-only idempotent

Capability Spec

users-incremental-export.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zendesk Users — Incremental Export
  description: 'Zendesk Users — Incremental Export. 2 operations. Lead operation: Zendesk Get  Api V2 Incremental Users. Self-contained
    Naftiko capability covering one Zendesk business surface.'
  tags:
  - Zendesk
  - Incremental Export
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZENDESK_API_KEY: ZENDESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: users-incremental-export
    baseUri: ''
    description: Zendesk Users — Incremental Export business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-incremental-users
      path: /api/v2/incremental/users
      operations:
      - name: incrementaluserexporttime
        method: GET
        description: Zendesk Get  Api V2 Incremental Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-incremental-users-cursor
      path: /api/v2/incremental/users/cursor
      operations:
      - name: incrementaluserexportcursor
        method: GET
        description: Zendesk Get  Api V2 Incremental Users Cursor
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: users-incremental-export-rest
    port: 8080
    description: REST adapter for Zendesk Users — Incremental Export. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/incremental/users
      name: api-v2-incremental-users
      description: REST surface for api-v2-incremental-users.
      operations:
      - method: GET
        name: incrementaluserexporttime
        description: Zendesk Get  Api V2 Incremental Users
        call: users-incremental-export.incrementaluserexporttime
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/incremental/users/cursor
      name: api-v2-incremental-users-cursor
      description: REST surface for api-v2-incremental-users-cursor.
      operations:
      - method: GET
        name: incrementaluserexportcursor
        description: Zendesk Get  Api V2 Incremental Users Cursor
        call: users-incremental-export.incrementaluserexportcursor
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: users-incremental-export-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zendesk Users — Incremental Export. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: zendesk-get-api-v2-incremental
      description: Zendesk Get  Api V2 Incremental Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-incremental-export.incrementaluserexporttime
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-incremental-2
      description: Zendesk Get  Api V2 Incremental Users Cursor
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-incremental-export.incrementaluserexportcursor
      outputParameters:
      - type: object
        mapping: $.