Tous les outils

Ressources humaines · score_candidate_fit

Scorer un candidat

Adéquation d'un candidat à un poste (0 à 100).

Prix
usage IA du plan
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
candidateIdstringCandidate DB ID — fitScore is persisted to the candidate file
candidateEmailstringAlternative to candidateId: the candidate email (file found in the pipeline, the most recent open one for this position)
resumeTextstringRaw resume/CV text. Optional when the candidate file already holds the resume text (create_candidate with resumeText).
appliedFor *stringJob title or position name
requiredSkillsarrayRequired skills for the role (50% weight)
niceToHaveSkillsarrayNice-to-have skills (20% weight)
minYearsExperiencenumberMinimum years of experience expected (30% weight)

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"score_candidate_fit","input":{"candidateId":"…","candidateEmail":"…","resumeText":"…","appliedFor":"…"}}'
$run({ "tool": "score_candidate_fit", "input": {"candidateId":"…","candidateEmail":"…","resumeText":"…","appliedFor":"…"} })