Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Candidate To Job
gem:add_candidate_to_job
Add a candidate to a specific job opening and set their initial stage.
Write
Medium risk
Create Candidate
gem:create_candidate
Create a new candidate in Gem with contact information and optional job association.
Write
Medium risk
Create Job
gem:create_job
Create a new job posting in Gem.
Write
Medium risk
Create Note
gem:create_note
Create a note on a candidate's profile for tracking interactions and feedback.
Write
Medium risk
Get Candidate
gem:get_candidate
Fetch a single candidate by ID with contact info, skills, and current status.
Read
Low risk
Get Job
gem:get_job
Fetch a single job posting by ID with requirements and status.
Read
Low risk
Get User
gem:get_user
Fetch a single user by ID with profile information and role.
Read
Low risk
List Applications
gem:list_applications
List candidate applications with filtering by job, candidate, stage, or status.
Read
Low risk
List Candidates
gem:list_candidates
Search and list candidates with filtering options.
Read
Low risk
List Jobs
gem:list_jobs
Search and list job postings with filtering options.
Read
Low risk
List Notes
gem:list_notes
List notes with filtering by candidate, job, or type.
Read
Low risk
List Users
gem:list_users
List users in the Gem workspace with filtering options.
Read
Low risk
Send Email
gem:send_email
Send an email to a candidate through Gem's email system.
Write
Medium risk
Update Candidate
gem:update_candidate
Update an existing candidate's information and status.
Write
Medium risk
Update Candidate Stage
gem:update_candidate_stage
Update a candidate's stage in the recruiting pipeline for a specific job.
Write
Medium risk
Update Job
gem:update_job
Update an existing job posting's information and status.
Write
Medium risk