feat(tools): Add Greenhouse Integration for Recruiting Automation #3118
+636
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This PR implements comprehensive integration with the Greenhouse Harvest API, enabling agents to automate recruiting workflows. It adds 6 new MCP tools that consistently allow agents to list jobs, retrieve detailed job info, manage candidates, and track applications.
Branch:
feat/greenhouse-integrationFixes: #3062
Parent Issue: #2805
Key Features
Greenhouse Client (
aden_tools.tools.greenhouse_tool):GreenhouseClienthandling HTTP Basic Auth.New MCP Tools:
greenhouse_list_jobs: List job postings with status/department filters.greenhouse_get_job: Get detailed metadata for a specific job.greenhouse_list_candidates: Search/filter candidates by activity or dates.greenhouse_get_candidate: Retrieve full profile including resume info/notes.greenhouse_add_candidate: Submit sourced candidates directly to a job pipeline.greenhouse_list_applications: Track candidate progress per job.Credential Management:
GREENHOUSE_API_KEYto the credential registry (tools/src/aden_tools/credentials/greenhouse.py).Use Cases Enabled (from #2853)
greenhouse_list_jobs(status="open")to monitor hiring trends or competitor roles.greenhouse_add_candidate.greenhouse_list_applications.Testing
tools/tests/tools/test_greenhouse_tool.pycovering:httpxcalls.Breaking Changes
Checklist
aden_tools.tools