naftiko: 1.0.0-alpha2 info: label: Zendesk Tickets description: 'Zendesk Tickets. 4 operations. Lead operation: Zendesk Get Api V2 Tickets Ticket_id Tags. Self-contained Naftiko capability covering one Zendesk business surface.' tags: - Zendesk created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ZENDESK_API_KEY: ZENDESK_API_KEY capability: consumes: - type: http namespace: tickets-general baseUri: '' description: Zendesk Tickets business capability. Self-contained, no shared references. resources: - name: api-v2-tickets-ticket_id-tags path: /api/v2/tickets/{ticket_id}/tags operations: - name: listresourcetags method: GET description: Zendesk Get Api V2 Tickets Ticket_id Tags outputRawFormat: json outputParameters: - name: result type: object value: $. - name: settagsticket method: POST description: Zendesk Post Api V2 Tickets Ticket_id Tags outputRawFormat: json outputParameters: - name: result type: object value: $. - name: puttagsticket method: PUT description: Zendesk Put Api V2 Tickets Ticket_id Tags outputRawFormat: json outputParameters: - name: result type: object value: $. - name: deletetagsticket method: DELETE description: Zendesk Delete Api V2 Tickets Ticket_id Tags outputRawFormat: json outputParameters: - name: result type: object value: $. exposes: - type: rest namespace: tickets-general-rest port: 8080 description: REST adapter for Zendesk Tickets. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/v2/tickets/{ticket-id}/tags name: api-v2-tickets-ticket-id-tags description: REST surface for api-v2-tickets-ticket_id-tags. operations: - method: GET name: listresourcetags description: Zendesk Get Api V2 Tickets Ticket_id Tags call: tickets-general.listresourcetags outputParameters: - type: object mapping: $. - method: POST name: settagsticket description: Zendesk Post Api V2 Tickets Ticket_id Tags call: tickets-general.settagsticket outputParameters: - type: object mapping: $. - method: PUT name: puttagsticket description: Zendesk Put Api V2 Tickets Ticket_id Tags call: tickets-general.puttagsticket outputParameters: - type: object mapping: $. - method: DELETE name: deletetagsticket description: Zendesk Delete Api V2 Tickets Ticket_id Tags call: tickets-general.deletetagsticket outputParameters: - type: object mapping: $. - type: mcp namespace: tickets-general-mcp port: 9090 transport: http description: MCP adapter for Zendesk Tickets. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: zendesk-get-api-v2-tickets description: Zendesk Get Api V2 Tickets Ticket_id Tags hints: readOnly: true destructive: false idempotent: true call: tickets-general.listresourcetags outputParameters: - type: object mapping: $. - name: zendesk-post-api-v2-tickets description: Zendesk Post Api V2 Tickets Ticket_id Tags hints: readOnly: false destructive: false idempotent: false call: tickets-general.settagsticket outputParameters: - type: object mapping: $. - name: zendesk-put-api-v2-tickets description: Zendesk Put Api V2 Tickets Ticket_id Tags hints: readOnly: false destructive: false idempotent: true call: tickets-general.puttagsticket outputParameters: - type: object mapping: $. - name: zendesk-delete-api-v2-tickets description: Zendesk Delete Api V2 Tickets Ticket_id Tags hints: readOnly: false destructive: true idempotent: true call: tickets-general.deletetagsticket outputParameters: - type: object mapping: $.