Zendesk · Capability

Zendesk Custom Objects — Custom Objects

Zendesk Custom Objects — Custom Objects. 6 operations. Lead operation: Zendesk Get Api V2 Custom_objects. Self-contained Naftiko capability covering one Zendesk business surface.

Run with Naftiko ZendeskCustom Objects

What You Can Do

GET
Listcustomobjects — Zendesk Get Api V2 Custom_objects
/v1/api/v2/custom-objects
POST
Createcustomobject — Zendesk Post Api V2 Custom_objects
/v1/api/v2/custom-objects
GET
Customobjectslimit — Zendesk Get Api V2 Custom_objects Limits Object_limit
/v1/api/v2/custom-objects/limits/object-limit
GET
Showcustomobject — Zendesk Get Api V2 Custom_objects Custom_object_key
/v1/api/v2/custom-objects/{custom-object-key}
PATCH
Updatecustomobject — Zendesk Patch Api V2 Custom_objects Custom_object_key
/v1/api/v2/custom-objects/{custom-object-key}
DELETE
Deletecustomobject — Zendesk Delete Api V2 Custom_objects Custom_object_key
/v1/api/v2/custom-objects/{custom-object-key}

MCP Tools

zendesk-get-api-v2-custom

Zendesk Get Api V2 Custom_objects

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

Zendesk Post Api V2 Custom_objects

zendesk-get-api-v2-custom-2

Zendesk Get Api V2 Custom_objects Limits Object_limit

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

Zendesk Get Api V2 Custom_objects Custom_object_key

read-only idempotent
zendesk-patch-api-v2-custom

Zendesk Patch Api V2 Custom_objects Custom_object_key

idempotent
zendesk-delete-api-v2-custom

Zendesk Delete Api V2 Custom_objects Custom_object_key

idempotent

Capability Spec

custom-objects-custom-objects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zendesk Custom Objects — Custom Objects
  description: 'Zendesk Custom Objects — Custom Objects. 6 operations. Lead operation: Zendesk Get  Api V2 Custom_objects.
    Self-contained Naftiko capability covering one Zendesk business surface.'
  tags:
  - Zendesk
  - Custom Objects
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZENDESK_API_KEY: ZENDESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: custom-objects-custom-objects
    baseUri: ''
    description: Zendesk Custom Objects — Custom Objects business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-custom_objects
      path: /api/v2/custom_objects
      operations:
      - name: listcustomobjects
        method: GET
        description: Zendesk Get  Api V2 Custom_objects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createcustomobject
        method: POST
        description: Zendesk Post  Api V2 Custom_objects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-v2-custom_objects-limits-object_limit
      path: /api/v2/custom_objects/limits/object_limit
      operations:
      - name: customobjectslimit
        method: GET
        description: Zendesk Get  Api V2 Custom_objects Limits Object_limit
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-custom_objects-custom_object_key
      path: /api/v2/custom_objects/{custom_object_key}
      operations:
      - name: showcustomobject
        method: GET
        description: Zendesk Get  Api V2 Custom_objects Custom_object_key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatecustomobject
        method: PATCH
        description: Zendesk Patch  Api V2 Custom_objects Custom_object_key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletecustomobject
        method: DELETE
        description: Zendesk Delete  Api V2 Custom_objects Custom_object_key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: custom-objects-custom-objects-rest
    port: 8080
    description: REST adapter for Zendesk Custom Objects — Custom Objects. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/custom-objects
      name: api-v2-custom-objects
      description: REST surface for api-v2-custom_objects.
      operations:
      - method: GET
        name: listcustomobjects
        description: Zendesk Get  Api V2 Custom_objects
        call: custom-objects-custom-objects.listcustomobjects
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcustomobject
        description: Zendesk Post  Api V2 Custom_objects
        call: custom-objects-custom-objects.createcustomobject
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/custom-objects/limits/object-limit
      name: api-v2-custom-objects-limits-object-limit
      description: REST surface for api-v2-custom_objects-limits-object_limit.
      operations:
      - method: GET
        name: customobjectslimit
        description: Zendesk Get  Api V2 Custom_objects Limits Object_limit
        call: custom-objects-custom-objects.customobjectslimit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/custom-objects/{custom-object-key}
      name: api-v2-custom-objects-custom-object-key
      description: REST surface for api-v2-custom_objects-custom_object_key.
      operations:
      - method: GET
        name: showcustomobject
        description: Zendesk Get  Api V2 Custom_objects Custom_object_key
        call: custom-objects-custom-objects.showcustomobject
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatecustomobject
        description: Zendesk Patch  Api V2 Custom_objects Custom_object_key
        call: custom-objects-custom-objects.updatecustomobject
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecustomobject
        description: Zendesk Delete  Api V2 Custom_objects Custom_object_key
        call: custom-objects-custom-objects.deletecustomobject
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: custom-objects-custom-objects-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zendesk Custom Objects — Custom Objects. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: zendesk-get-api-v2-custom
      description: Zendesk Get  Api V2 Custom_objects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: custom-objects-custom-objects.listcustomobjects
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-post-api-v2-custom
      description: Zendesk Post  Api V2 Custom_objects
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: custom-objects-custom-objects.createcustomobject
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-custom-2
      description: Zendesk Get  Api V2 Custom_objects Limits Object_limit
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: custom-objects-custom-objects.customobjectslimit
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-custom-3
      description: Zendesk Get  Api V2 Custom_objects Custom_object_key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: custom-objects-custom-objects.showcustomobject
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-patch-api-v2-custom
      description: Zendesk Patch  Api V2 Custom_objects Custom_object_key
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: custom-objects-custom-objects.updatecustomobject
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-delete-api-v2-custom
      description: Zendesk Delete  Api V2 Custom_objects Custom_object_key
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: custom-objects-custom-objects.deletecustomobject
      outputParameters:
      - type: object
        mapping: $.