Greenhouse · Capability

Greenhouse Candidate Ingestion API — Tracking

Greenhouse Candidate Ingestion API — Tracking. 1 operations. Lead operation: Generate tracking link. Self-contained Naftiko capability covering one Greenhouse business surface.

Run with Naftiko GreenhouseTracking

What You Can Do

POST
Post — Generate tracking link
/v1/tracking-link

MCP Tools

generate-tracking-link

Generate tracking link

Capability Spec

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