Appearance
Loxo
Loxo — recruiting ATS/CRM: search candidates, jobs & companies, and sync people records
Connect with: API key · Type: loxo · Tools: 10
| Tool | What it does | |
|---|---|---|
loxo_create_candidate | write | Create a new person in Loxo (a candidate or a client contact). |
loxo_get_candidate | read | Get a single person (candidate or contact) by id, including bio, contact details, and current role. |
loxo_get_company | read | Get a single company by id, including its profile, contacts, and status. |
loxo_get_job | read | Get a single job by id, including description, requirements, and compensation. |
loxo_list_person_types | read | List the agency's person types with their ids (e.g. |
loxo_list_users | read | List the agency's users (recruiters/coordinators) with names, emails, and ids — useful for resolving owner ids. |
loxo_search_candidates | read | Search people (candidates and contacts) in Loxo with a Lucene query over title/skills/tags/location. |
loxo_search_companies | read | Search client companies with an optional Lucene query. |
loxo_search_jobs | read | List/search jobs (requisitions). |
loxo_update_candidate | write | Update an existing person by id. |
Tool names are suffixed with the connection they run against when you have more than one — loxo_create_candidate@production. With a single connection the bare name works.