Greenhouse · Capability

Greenhouse Job Board API

Greenhouse Job Board API. 1 operations. Lead operation: Retrieve job board. Self-contained Naftiko capability covering one Greenhouse business surface.

Run with Naftiko Greenhouse

What You Can Do

GET
Get — Retrieve job board
/v1

MCP Tools

retrieve-job-board

Retrieve job board

read-only idempotent

Capability Spec

job-board-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Greenhouse Job Board API
  description: 'Greenhouse Job Board API. 1 operations. Lead operation: Retrieve job board. Self-contained Naftiko capability
    covering one Greenhouse business surface.'
  tags:
  - Greenhouse
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GREENHOUSE_API_KEY: GREENHOUSE_API_KEY
capability:
  consumes:
  - type: http
    namespace: job-board-general
    baseUri: https://boards-api.greenhouse.io/v1/boards/{board_token}
    description: Greenhouse Job Board API business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: get
        method: GET
        description: Retrieve job board
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.GREENHOUSE_USER}}'
      password: '{{env.GREENHOUSE_PASS}}'
  exposes:
  - type: rest
    namespace: job-board-general-rest
    port: 8080
    description: REST adapter for Greenhouse Job Board API. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: get
        description: Retrieve job board
        call: job-board-general.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: job-board-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Greenhouse Job Board API. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: retrieve-job-board
      description: Retrieve job board
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: job-board-general.get
      outputParameters:
      - type: object
        mapping: $.