Greenhouse · Capability

Greenhouse Candidate Ingestion API — Jobs

Greenhouse Candidate Ingestion API — Jobs. 1 operations. Lead operation: List jobs. Self-contained Naftiko capability covering one Greenhouse business surface.

Run with Naftiko GreenhouseJobs

What You Can Do

GET
Get — List jobs
/v1/jobs

MCP Tools

list-jobs

List jobs

read-only idempotent

Capability Spec

ingestion-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Greenhouse Candidate Ingestion API — Jobs
  description: 'Greenhouse Candidate Ingestion API — Jobs. 1 operations. Lead operation: List jobs. Self-contained Naftiko
    capability covering one Greenhouse business surface.'
  tags:
  - Greenhouse
  - Jobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GREENHOUSE_API_KEY: GREENHOUSE_API_KEY
capability:
  consumes:
  - type: http
    namespace: ingestion-jobs
    baseUri: https://api.greenhouse.io/v1/partner
    description: Greenhouse Candidate Ingestion API — Jobs business capability. Self-contained, no shared references.
    resources:
    - name: jobs
      path: /jobs
      operations:
      - name: get
        method: GET
        description: List jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.GREENHOUSE_API_KEY}}'
  exposes:
  - type: rest
    namespace: ingestion-jobs-rest
    port: 8080
    description: REST adapter for Greenhouse Candidate Ingestion API — Jobs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/jobs
      name: jobs
      description: REST surface for jobs.
      operations:
      - method: GET
        name: get
        description: List jobs
        call: ingestion-jobs.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ingestion-jobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Greenhouse Candidate Ingestion API — Jobs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-jobs
      description: List jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ingestion-jobs.get
      outputParameters:
      - type: object
        mapping: $.