Zendesk · Capability

Zendesk Organization Fields — Organization Fields

Zendesk Organization Fields — Organization Fields. 6 operations. Lead operation: Zendesk Get Api V2 Organization_fields. Self-contained Naftiko capability covering one Zendesk business surface.

Run with Naftiko ZendeskOrganization Fields

What You Can Do

GET
Listorganizationfields — Zendesk Get Api V2 Organization_fields
/v1/api/v2/organization-fields
POST
Createorganizationfield — Zendesk Post Api V2 Organization_fields
/v1/api/v2/organization-fields
PUT
Reorderorganizationfield — Zendesk Put Api V2 Organization_fields Reorder
/v1/api/v2/organization-fields/reorder
GET
Showorganizationfield — Zendesk Get Api V2 Organization_fields Organization_field_id
/v1/api/v2/organization-fields/{organization-field-id}
PUT
Updateorganizationfield — Zendesk Put Api V2 Organization_fields Organization_field_id
/v1/api/v2/organization-fields/{organization-field-id}
DELETE
Deleteorganizationfield — Zendesk Delete Api V2 Organization_fields Organization_field_id
/v1/api/v2/organization-fields/{organization-field-id}

MCP Tools

zendesk-get-api-v2-organization

Zendesk Get Api V2 Organization_fields

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

Zendesk Post Api V2 Organization_fields

zendesk-put-api-v2-organization

Zendesk Put Api V2 Organization_fields Reorder

idempotent
zendesk-get-api-v2-organization-2

Zendesk Get Api V2 Organization_fields Organization_field_id

read-only idempotent
zendesk-put-api-v2-organization-2

Zendesk Put Api V2 Organization_fields Organization_field_id

idempotent
zendesk-delete-api-v2-organization

Zendesk Delete Api V2 Organization_fields Organization_field_id

idempotent

Capability Spec

organization-fields-organization-fields.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zendesk Organization Fields — Organization Fields
  description: 'Zendesk Organization Fields — Organization Fields. 6 operations. Lead operation: Zendesk Get  Api V2 Organization_fields.
    Self-contained Naftiko capability covering one Zendesk business surface.'
  tags:
  - Zendesk
  - Organization Fields
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZENDESK_API_KEY: ZENDESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: organization-fields-organization-fields
    baseUri: ''
    description: Zendesk Organization Fields — Organization Fields business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-organization_fields
      path: /api/v2/organization_fields
      operations:
      - name: listorganizationfields
        method: GET
        description: Zendesk Get  Api V2 Organization_fields
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createorganizationfield
        method: POST
        description: Zendesk Post  Api V2 Organization_fields
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-organization_fields-reorder
      path: /api/v2/organization_fields/reorder
      operations:
      - name: reorderorganizationfield
        method: PUT
        description: Zendesk Put  Api V2 Organization_fields Reorder
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-organization_fields-organization_field_id
      path: /api/v2/organization_fields/{organization_field_id}
      operations:
      - name: showorganizationfield
        method: GET
        description: Zendesk Get  Api V2 Organization_fields Organization_field_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateorganizationfield
        method: PUT
        description: Zendesk Put  Api V2 Organization_fields Organization_field_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteorganizationfield
        method: DELETE
        description: Zendesk Delete  Api V2 Organization_fields Organization_field_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: organization-fields-organization-fields-rest
    port: 8080
    description: REST adapter for Zendesk Organization Fields — Organization Fields. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/v2/organization-fields
      name: api-v2-organization-fields
      description: REST surface for api-v2-organization_fields.
      operations:
      - method: GET
        name: listorganizationfields
        description: Zendesk Get  Api V2 Organization_fields
        call: organization-fields-organization-fields.listorganizationfields
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createorganizationfield
        description: Zendesk Post  Api V2 Organization_fields
        call: organization-fields-organization-fields.createorganizationfield
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/organization-fields/reorder
      name: api-v2-organization-fields-reorder
      description: REST surface for api-v2-organization_fields-reorder.
      operations:
      - method: PUT
        name: reorderorganizationfield
        description: Zendesk Put  Api V2 Organization_fields Reorder
        call: organization-fields-organization-fields.reorderorganizationfield
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/organization-fields/{organization-field-id}
      name: api-v2-organization-fields-organization-field-id
      description: REST surface for api-v2-organization_fields-organization_field_id.
      operations:
      - method: GET
        name: showorganizationfield
        description: Zendesk Get  Api V2 Organization_fields Organization_field_id
        call: organization-fields-organization-fields.showorganizationfield
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateorganizationfield
        description: Zendesk Put  Api V2 Organization_fields Organization_field_id
        call: organization-fields-organization-fields.updateorganizationfield
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteorganizationfield
        description: Zendesk Delete  Api V2 Organization_fields Organization_field_id
        call: organization-fields-organization-fields.deleteorganizationfield
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: organization-fields-organization-fields-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zendesk Organization Fields — Organization Fields. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: zendesk-get-api-v2-organization
      description: Zendesk Get  Api V2 Organization_fields
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: organization-fields-organization-fields.listorganizationfields
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-post-api-v2-organization
      description: Zendesk Post  Api V2 Organization_fields
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: organization-fields-organization-fields.createorganizationfield
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-put-api-v2-organization
      description: Zendesk Put  Api V2 Organization_fields Reorder
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: organization-fields-organization-fields.reorderorganizationfield
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-organization-2
      description: Zendesk Get  Api V2 Organization_fields Organization_field_id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: organization-fields-organization-fields.showorganizationfield
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-put-api-v2-organization-2
      description: Zendesk Put  Api V2 Organization_fields Organization_field_id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: organization-fields-organization-fields.updateorganizationfield
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-delete-api-v2-organization
      description: Zendesk Delete  Api V2 Organization_fields Organization_field_id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: organization-fields-organization-fields.deleteorganizationfield
      outputParameters:
      - type: object
        mapping: $.