naftiko: 1.0.0-alpha2 info: label: Zendesk Ticket Content Pins — Ticket Content Pins description: 'Zendesk Ticket Content Pins — Ticket Content Pins. 3 operations. Lead operation: Zendesk Get Api V2 Ticket_content_pins. Self-contained Naftiko capability covering one Zendesk business surface.' tags: - Zendesk - Ticket Content Pins created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ZENDESK_API_KEY: ZENDESK_API_KEY capability: consumes: - type: http namespace: ticket-content-pins-ticket-content-pins baseUri: '' description: Zendesk Ticket Content Pins — Ticket Content Pins business capability. Self-contained, no shared references. resources: - name: api-v2-ticket_content_pins path: /api/v2/ticket_content_pins operations: - name: listticketcontentpins method: GET description: Zendesk Get Api V2 Ticket_content_pins outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: ticket_id in: query type: string description: The id of the ticket for which to list content pins - name: createticketcontentpin method: POST description: Zendesk Post Api V2 Ticket_content_pins outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-v2-ticket_content_pins-content_pin_id path: /api/v2/ticket_content_pins/{content_pin_id} operations: - name: deleteticketcontentpin method: DELETE description: Zendesk Delete Api V2 Ticket_content_pins Content_pin_id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: content_pin_id in: path type: string description: The id of the content pin to delete required: true exposes: - type: rest namespace: ticket-content-pins-ticket-content-pins-rest port: 8080 description: REST adapter for Zendesk Ticket Content Pins — Ticket Content Pins. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/v2/ticket-content-pins name: api-v2-ticket-content-pins description: REST surface for api-v2-ticket_content_pins. operations: - method: GET name: listticketcontentpins description: Zendesk Get Api V2 Ticket_content_pins call: ticket-content-pins-ticket-content-pins.listticketcontentpins with: ticket_id: rest.ticket_id outputParameters: - type: object mapping: $. - method: POST name: createticketcontentpin description: Zendesk Post Api V2 Ticket_content_pins call: ticket-content-pins-ticket-content-pins.createticketcontentpin with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v2/ticket-content-pins/{content-pin-id} name: api-v2-ticket-content-pins-content-pin-id description: REST surface for api-v2-ticket_content_pins-content_pin_id. operations: - method: DELETE name: deleteticketcontentpin description: Zendesk Delete Api V2 Ticket_content_pins Content_pin_id call: ticket-content-pins-ticket-content-pins.deleteticketcontentpin with: content_pin_id: rest.content_pin_id outputParameters: - type: object mapping: $. - type: mcp namespace: ticket-content-pins-ticket-content-pins-mcp port: 9090 transport: http description: MCP adapter for Zendesk Ticket Content Pins — Ticket Content Pins. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: zendesk-get-api-v2-ticket description: Zendesk Get Api V2 Ticket_content_pins hints: readOnly: true destructive: false idempotent: true call: ticket-content-pins-ticket-content-pins.listticketcontentpins with: ticket_id: tools.ticket_id outputParameters: - type: object mapping: $. - name: zendesk-post-api-v2-ticket description: Zendesk Post Api V2 Ticket_content_pins hints: readOnly: false destructive: false idempotent: false call: ticket-content-pins-ticket-content-pins.createticketcontentpin with: body: tools.body outputParameters: - type: object mapping: $. - name: zendesk-delete-api-v2-ticket description: Zendesk Delete Api V2 Ticket_content_pins Content_pin_id hints: readOnly: false destructive: true idempotent: true call: ticket-content-pins-ticket-content-pins.deleteticketcontentpin with: content_pin_id: tools.content_pin_id outputParameters: - type: object mapping: $.