Coresignal · Capability

Coresignal Multi-source Jobs API — Collect

Coresignal Multi-source Jobs API — Collect. 1 operations. Lead operation: Collect a Job posting record. Self-contained Naftiko capability covering one Coresignal business surface.

Run with Naftiko CoresignalCollect

What You Can Do

GET
Collectjob — Collect a Job posting record
/v1/collect/{id}

MCP Tools

collect-job-posting-record

Collect a Job posting record

read-only idempotent

Capability Spec

multi-source-jobs-collect.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coresignal Multi-source Jobs API — Collect
  description: 'Coresignal Multi-source Jobs API — Collect. 1 operations. Lead operation: Collect a Job posting record. Self-contained
    Naftiko capability covering one Coresignal business surface.'
  tags:
  - Coresignal
  - Collect
  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-jobs-collect
    baseUri: https://api.coresignal.com/cdapi/v2/multi_source_jobs
    description: Coresignal Multi-source Jobs API — Collect business capability. Self-contained, no shared references.
    resources:
    - name: collect-id
      path: /collect/{id}
      operations:
      - name: collectjob
        method: GET
        description: Collect a Job posting record
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
    authentication:
      type: apikey
      key: apikey
      value: '{{env.CORESIGNAL_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: multi-source-jobs-collect-rest
    port: 8080
    description: REST adapter for Coresignal Multi-source Jobs API — Collect. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/collect/{id}
      name: collect-id
      description: REST surface for collect-id.
      operations:
      - method: GET
        name: collectjob
        description: Collect a Job posting record
        call: multi-source-jobs-collect.collectjob
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: multi-source-jobs-collect-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coresignal Multi-source Jobs API — Collect. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: collect-job-posting-record
      description: Collect a Job posting record
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: multi-source-jobs-collect.collectjob
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.