naftiko: 1.0.0-alpha2 info: label: Unified.to API — connection description: 'Unified.to API — connection. 6 operations. Lead operation: List all connections. Self-contained Naftiko capability covering one Unified To business surface.' tags: - Unified To - connection created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY capability: consumes: - type: http namespace: unified-core-connection baseUri: https://api.unified.to description: Unified.to API — connection business capability. Self-contained, no shared references. resources: - name: unified-connection path: /unified/connection operations: - name: listunifiedconnections method: GET description: List all connections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: external_xref in: query type: string description: Filter the results to only those integrations for your user referenced by this value - name: categories in: query type: array description: Filter the results on these categories - name: env in: query type: string - name: createunifiedconnection method: POST description: Create connection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: unified-connection-id path: /unified/connection/{id} operations: - name: removeunifiedconnection method: DELETE description: Remove connection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: ID of the Connection required: true - name: getunifiedconnection method: GET description: Retrieve connection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: ID of the Connection required: true - name: patchunifiedconnection method: PATCH description: Update connection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: ID of the Connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updateunifiedconnection method: PUT description: Update connection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: ID of the Connection required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: authorization value: '{{env.UNIFIED_TO_API_KEY}}' placement: header exposes: - type: rest namespace: unified-core-connection-rest port: 8080 description: REST adapter for Unified.to API — connection. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/unified/connection name: unified-connection description: REST surface for unified-connection. operations: - method: GET name: listunifiedconnections description: List all connections call: unified-core-connection.listunifiedconnections with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order external_xref: rest.external_xref categories: rest.categories env: rest.env outputParameters: - type: object mapping: $. - method: POST name: createunifiedconnection description: Create connection call: unified-core-connection.createunifiedconnection with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/unified/connection/{id} name: unified-connection-id description: REST surface for unified-connection-id. operations: - method: DELETE name: removeunifiedconnection description: Remove connection call: unified-core-connection.removeunifiedconnection with: id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getunifiedconnection description: Retrieve connection call: unified-core-connection.getunifiedconnection with: id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchunifiedconnection description: Update connection call: unified-core-connection.patchunifiedconnection with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updateunifiedconnection description: Update connection call: unified-core-connection.updateunifiedconnection with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: unified-core-connection-mcp port: 9090 transport: http description: MCP adapter for Unified.to API — connection. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-all-connections description: List all connections hints: readOnly: true destructive: false idempotent: true call: unified-core-connection.listunifiedconnections with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order external_xref: tools.external_xref categories: tools.categories env: tools.env outputParameters: - type: object mapping: $. - name: create-connection description: Create connection hints: readOnly: false destructive: false idempotent: false call: unified-core-connection.createunifiedconnection with: body: tools.body outputParameters: - type: object mapping: $. - name: remove-connection description: Remove connection hints: readOnly: false destructive: true idempotent: true call: unified-core-connection.removeunifiedconnection with: id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-connection description: Retrieve connection hints: readOnly: true destructive: false idempotent: true call: unified-core-connection.getunifiedconnection with: id: tools.id outputParameters: - type: object mapping: $. - name: update-connection description: Update connection hints: readOnly: false destructive: false idempotent: true call: unified-core-connection.patchunifiedconnection with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-connection-2 description: Update connection hints: readOnly: false destructive: false idempotent: true call: unified-core-connection.updateunifiedconnection with: id: tools.id body: tools.body outputParameters: - type: object mapping: $.