Prelim
Run AI preliminary phone screens against any open hiring role on Prelim.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Jobs: List the open hiring roles (jobs) in your Prelim organization. Each job is a role being screened for. Returns lightweight summaries with interview counts; use get_job for full details inclu
- Get Job: Get full details of one hiring role: title, description, status, branding, and the list of screening questions the AI will ask candidates.
- List Screens: List preliminary phone screens (interviews) for a job. Returns candidate summaries with score and recommendation; use get_screen for per-question scores and get_transcript for the full c
What data it sees
Do you need an account
No: the server works without sign-in
Run AI preliminary phone screens against any open hiring role on Prelim. Read your jobs, candidate screen scores, full transcripts, and analytics directly from your AI assistant. Read-only, OAuth-protected, free to use with any Prelim account at https://prelim.chat.
Tools
- list_jobs — list hiring roles in your Prelim org
- get_job — full details + screening questions for one role
- list_screens — candidate screens for a role with score + recommendation
- get_screen — per-question scores, summary, recommendation for one screen
- get_transcript — the full AI ↔ candidate conversation
- get_job_analytics — completion rate, average score, weekly trends (Pro)
Auth
OAuth 2.1 + PKCE. Your AI client (Claude.ai, ChatGPT, Claude Desktop, etc.) signs you in via Prelim's consent screen and gets a short-lived read-only token bound to your account.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| list_jobs | List the open hiring roles (jobs) in your Prelim organization. Each job is a role being screened for. Returns lightweight summaries with interview counts; use get_job for full details including screening questions. |
| get_job | Get full details of one hiring role: title, description, status, branding, and the list of screening questions the AI will ask candidates. |
| list_screens | List preliminary phone screens (interviews) for a job. Returns candidate summaries with score and recommendation; use get_screen for per-question scores and get_transcript for the full conversation. |
| get_screen | Get one preliminary screen with overall score, recommendation, summary, and per-question scores. Excludes the full transcript to keep responses small; use get_transcript for the conversation messages. |
| get_transcript | Get the full back-and-forth between the AI screener and the candidate for one preliminary screen. Returns the ordered list of messages. Use this when the user wants to read what was said; use get_screen for just the score and summary. |
| get_job_analytics | Job-level analytics: completion rate, average score, status breakdown, and weekly trends over the last 30 days. Requires a Pro plan — free-tier users receive an upgrade message. |