naftiko: 1.0.0-alpha2 info: label: Unified.to API — person description: 'Unified.to API — person. 1 operations. Lead operation: Retrieve Enrichment Information for a Person. Self-contained Naftiko capability covering one Unified To business surface.' tags: - Unified To - person 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: full-person baseUri: https://api.unified.to description: Unified.to API — person business capability. Self-contained, no shared references. resources: - name: enrich-connection_id-person path: /enrich/{connection_id}/person operations: - name: listenrichpeople method: GET description: Retrieve Enrichment Information for a Person outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: email in: query type: string description: The email of the person to search - name: twitter in: query type: string description: The twitter handle of the person to search - name: name in: query type: string description: The name of the person to search - name: linkedin_url in: query type: string description: The LinkedIn URL of the person to search - name: company_name in: query type: string description: The name of the company the person is associated with. Not valid by itself. - name: connection_id in: path type: string description: ID of the connection required: true authentication: type: apikey key: authorization value: '{{env.UNIFIED_TO_API_KEY}}' placement: header exposes: - type: rest namespace: full-person-rest port: 8080 description: REST adapter for Unified.to API — person. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/enrich/{connection-id}/person name: enrich-connection-id-person description: REST surface for enrich-connection_id-person. operations: - method: GET name: listenrichpeople description: Retrieve Enrichment Information for a Person call: full-person.listenrichpeople with: email: rest.email twitter: rest.twitter name: rest.name linkedin_url: rest.linkedin_url company_name: rest.company_name connection_id: rest.connection_id outputParameters: - type: object mapping: $. - type: mcp namespace: full-person-mcp port: 9090 transport: http description: MCP adapter for Unified.to API — person. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: retrieve-enrichment-information-person description: Retrieve Enrichment Information for a Person hints: readOnly: true destructive: false idempotent: true call: full-person.listenrichpeople with: email: tools.email twitter: tools.twitter name: tools.name linkedin_url: tools.linkedin_url company_name: tools.company_name connection_id: tools.connection_id outputParameters: - type: object mapping: $.