check_company
Determine whether a company uses Ashby for its job board by entering its name or slug. Get a yes/no answer, with zero open jobs if none are posted, and receive the job board slug for further queries.
Instructions
Check whether a company hosts its job board on Ashby.
Answers from whether the board exists, not from whether it has postings, so a company that is on Ashby but has nothing open right now still comes back as a yes with open_jobs of 0. on_ashby is null, never false, when Ashby could not be reached.
Args: company: the company's slug from jobs.ashbyhq.com/{slug}, or its plain name. A name is retried as a few normalized slugs, and the one that resolved comes back as job_board for use with the other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes |