5 MCP tools for managing jobs through the ATS API. Same schema across 8 connectors.
ats_jobs_allRetrieve a paginated list of jobs with optional filtering and sorting.
ats_jobs_oneRetrieve a single record by its unique identifier.
ats_jobs_createCreate a new record with the provided fields.
ats_jobs_updateUpdate an existing record by its unique identifier.
ats_jobs_deleteRemove a record by its unique identifier.
8 providers support jobs through the ATS API.
execute_tool