naftiko: 1.0.0-alpha2 info: label: Zendesk Bookmarks — Bookmarks description: 'Zendesk Bookmarks — Bookmarks. 3 operations. Lead operation: Zendesk Get Api V2 Bookmarks. Self-contained Naftiko capability covering one Zendesk business surface.' tags: - Zendesk - Bookmarks created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ZENDESK_API_KEY: ZENDESK_API_KEY capability: consumes: - type: http namespace: bookmarks-bookmarks baseUri: '' description: Zendesk Bookmarks — Bookmarks business capability. Self-contained, no shared references. resources: - name: api-v2-bookmarks path: /api/v2/bookmarks operations: - name: listbookmarks method: GET description: Zendesk Get Api V2 Bookmarks outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createbookmark method: POST description: Zendesk Post Api V2 Bookmarks outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: api-v2-bookmarks-bookmark_id path: /api/v2/bookmarks/{bookmark_id} operations: - name: deletebookmark method: DELETE description: Zendesk Delete Api V2 Bookmarks Bookmark_id outputRawFormat: json outputParameters: - name: result type: object value: $. exposes: - type: rest namespace: bookmarks-bookmarks-rest port: 8080 description: REST adapter for Zendesk Bookmarks — Bookmarks. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/v2/bookmarks name: api-v2-bookmarks description: REST surface for api-v2-bookmarks. operations: - method: GET name: listbookmarks description: Zendesk Get Api V2 Bookmarks call: bookmarks-bookmarks.listbookmarks outputParameters: - type: object mapping: $. - method: POST name: createbookmark description: Zendesk Post Api V2 Bookmarks call: bookmarks-bookmarks.createbookmark with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v2/bookmarks/{bookmark-id} name: api-v2-bookmarks-bookmark-id description: REST surface for api-v2-bookmarks-bookmark_id. operations: - method: DELETE name: deletebookmark description: Zendesk Delete Api V2 Bookmarks Bookmark_id call: bookmarks-bookmarks.deletebookmark outputParameters: - type: object mapping: $. - type: mcp namespace: bookmarks-bookmarks-mcp port: 9090 transport: http description: MCP adapter for Zendesk Bookmarks — Bookmarks. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: zendesk-get-api-v2-bookmarks description: Zendesk Get Api V2 Bookmarks hints: readOnly: true destructive: false idempotent: true call: bookmarks-bookmarks.listbookmarks outputParameters: - type: object mapping: $. - name: zendesk-post-api-v2-bookmarks description: Zendesk Post Api V2 Bookmarks hints: readOnly: false destructive: false idempotent: false call: bookmarks-bookmarks.createbookmark with: body: tools.body outputParameters: - type: object mapping: $. - name: zendesk-delete-api-v2-bookmarks description: Zendesk Delete Api V2 Bookmarks Bookmark_id hints: readOnly: false destructive: true idempotent: true call: bookmarks-bookmarks.deletebookmark outputParameters: - type: object mapping: $.