greenhouse_get_candidate
ActiveTool of Greenhouse
declared in 0.1.0
Get full candidate profile by ID. Returns resume, contact info, application history, interviews, and notes.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 12345,
"_apiKey": "your-greenhouse-api-key"
}
],
"required": [
"_apiKey",
"id"
],
"properties": {
"id": {
"type": "number",
"description": "Candidate ID"
},
"_apiKey": {
"type": "string",
"description": "Greenhouse Harvest API key"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Greenhouse
https://github.com/pipeworx-io/mcp-greenhouse
1/7 registries