naftiko: 1.0.0-alpha2 info: label: Coresignal Multi-source Employee API — Search description: 'Coresignal Multi-source Employee API — Search. 2 operations. Lead operation: Search Employees (Elasticsearch DSL). Self-contained Naftiko capability covering one Coresignal business surface.' tags: - Coresignal - Search created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: CORESIGNAL_API_KEY: CORESIGNAL_API_KEY capability: consumes: - type: http namespace: multi-source-employee-search baseUri: https://api.coresignal.com/cdapi/v2/multi_source_employee description: Coresignal Multi-source Employee API — Search business capability. Self-contained, no shared references. resources: - name: search-es_dsl path: /search/es_dsl operations: - name: searchemployeesbyesdsl method: POST description: Search Employees (Elasticsearch DSL) outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: search-filter path: /search/filter operations: - name: searchemployeesbyfilter method: POST description: Search Employees (filter) outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: apikey value: '{{env.CORESIGNAL_API_KEY}}' placement: header exposes: - type: rest namespace: multi-source-employee-search-rest port: 8080 description: REST adapter for Coresignal Multi-source Employee API — Search. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/search/es-dsl name: search-es-dsl description: REST surface for search-es_dsl. operations: - method: POST name: searchemployeesbyesdsl description: Search Employees (Elasticsearch DSL) call: multi-source-employee-search.searchemployeesbyesdsl with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/search/filter name: search-filter description: REST surface for search-filter. operations: - method: POST name: searchemployeesbyfilter description: Search Employees (filter) call: multi-source-employee-search.searchemployeesbyfilter with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: multi-source-employee-search-mcp port: 9090 transport: http description: MCP adapter for Coresignal Multi-source Employee API — Search. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: search-employees-elasticsearch-dsl description: Search Employees (Elasticsearch DSL) hints: readOnly: true destructive: false idempotent: false call: multi-source-employee-search.searchemployeesbyesdsl with: body: tools.body outputParameters: - type: object mapping: $. - name: search-employees-filter description: Search Employees (filter) hints: readOnly: true destructive: false idempotent: false call: multi-source-employee-search.searchemployeesbyfilter with: body: tools.body outputParameters: - type: object mapping: $.