/greenhouse | Type: Application | PCID required: Yes
Recruiting and hiring
Tools
| Tool | Description |
|---|---|
greenhouse_list_jobs | List jobs for a specific job board from the Greenhouse Job Board API |
greenhouse_get_job | Get details of a specific job from the Greenhouse Job Board API |
greenhouse_list_departments | List all departments for a job board from the Greenhouse Job Board API |
greenhouse_list_offices | List all offices for a job board from the Greenhouse Job Board API |
greenhouse_submit_application | Submit a job application through the Greenhouse Job Board API |
greenhouse_get_candidate | Get details of a specific candidate from the Greenhouse Harvest API |
greenhouse_list_candidates | List candidates from the Greenhouse Harvest API with optional filters |
greenhouse_list_harvest_jobs | List jobs from the Greenhouse Harvest API with optional filters |
greenhouse_list_jobs
List jobs for a specific job board from the Greenhouse Job Board API Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
board_token | string | Yes | — | Job board token to retrieve jobs from |
page | number | No | — | Page number for pagination |
per_page | number | No | — | Number of jobs per page (1-500) |
content | boolean | No | — | Include job content in response |
questions | boolean | No | — | Include job questions in response |
departments | boolean | No | — | Include departments in response |
offices | boolean | No | — | Include offices in response |
greenhouse_get_job
Get details of a specific job from the Greenhouse Job Board API Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
board_token | string | Yes | — | Job board token |
job_id | string | Yes | — | Job ID to retrieve |
greenhouse_list_departments
List all departments for a job board from the Greenhouse Job Board API Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
board_token | string | Yes | — | Job board token |
greenhouse_list_offices
List all offices for a job board from the Greenhouse Job Board API Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
board_token | string | Yes | — | Job board token |
greenhouse_submit_application
Submit a job application through the Greenhouse Job Board API Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
board_token | string | Yes | — | Job board token |
job_id | string | Yes | — | Job ID to apply for |
first_name | string | Yes | — | Applicant first name |
last_name | string | Yes | — | Applicant last name |
email | string | Yes | — | Applicant email address |
phone | string | No | — | Applicant phone number |
resume | string | No | — | Resume content or URL |
cover_letter | string | No | — | Cover letter content |
question_answers | object[] | No | — | Answers to application questions |
greenhouse_get_candidate
Get details of a specific candidate from the Greenhouse Harvest API Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
candidate_id | string | Yes | — | Candidate ID to retrieve |
greenhouse_list_candidates
List candidates from the Greenhouse Harvest API with optional filters Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | number | No | — | Page number for pagination |
per_page | number | No | — | Number of candidates per page (1-500) |
created_before | string | No | — | Filter candidates created before this date (ISO 8601 format) |
created_after | string | No | — | Filter candidates created after this date (ISO 8601 format) |
last_activity_after | string | No | — | Filter candidates with last activity after this date (ISO 8601 format) |
email | string | No | — | Filter candidates by email address |
job_id | string | No | — | Filter candidates by job ID |
greenhouse_list_harvest_jobs
List jobs from the Greenhouse Harvest API with optional filters Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | number | No | — | Page number for pagination |
per_page | number | No | — | Number of jobs per page (1-500) |
created_before | string | No | — | Filter jobs created before this date (ISO 8601 format) |
created_after | string | No | — | Filter jobs created after this date (ISO 8601 format) |
opened_before | string | No | — | Filter jobs opened before this date (ISO 8601 format) |
opened_after | string | No | — | Filter jobs opened after this date (ISO 8601 format) |
closed_before | string | No | — | Filter jobs closed before this date (ISO 8601 format) |
closed_after | string | No | — | Filter jobs closed after this date (ISO 8601 format) |
status | string | No | — | Filter jobs by status |
department_id | string | No | — | Filter jobs by department ID |
office_id | string | No | — | Filter jobs by office ID |

