greenhouse_list_applications
ActiveTool of Greenhouse
declared in 0.1.0
View job applications across your pipeline. Returns applicant names, job IDs, application status, and submission dates. Filter by job or stage (e.g., 'screening', 'interview').
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-greenhouse-api-key"
},
{
"job_id": 54321,
"status": "active",
"_apiKey": "your-greenhouse-api-key"
}
],
"required": [
"_apiKey"
],
"properties": {
"page": {
"type": "number",
"description": "Page number (default 1)"
},
"job_id": {
"type": "number",
"description": "Filter by job ID (optional)"
},
"status": {
"type": "string",
"description": "Filter by status: active, converted, hired, rejected (optional)"
},
"_apiKey": {
"type": "string",
"description": "Greenhouse Harvest API key"
},
"per_page": {
"type": "number",
"description": "Results per page (max 500, default 50)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Greenhouse
https://github.com/pipeworx-io/mcp-greenhouse
1/7 registries