ats_check_board
Verify whether an ATS job board is live and belongs to the expected company without fetching postings. Returns status, board name, and total listings; flags name mismatches for renamed or acquired boards.
Instructions
Check whether a board is still alive, without pulling any job data.
The cheap quarterly pass over a roster: it answers "is this slug still a
real board, is it still this company, and is anything posted on it" and
returns counts only — no postings. Use ats_fetch_board when you want
the jobs.
Returns status, board_name (the org name the API reports, where
the platform publishes one), total_on_board, checked_at, and
detail. Pass company to have the board's name checked against
what you expected; a NAME_MISMATCH means the slug and the company
have come apart, which is what an acquisition or a rename looks like from
here. As everywhere in these tools, a SLUG_NOT_FOUND or
NOT_FOUND_OR_API_DISABLED is a prompt to go check, not a finding that
the company is gone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| company | No | ||
| platform | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||