All tools

Human resources · list_candidates

List candidates

Candidates for a role with score and stage.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
positionstringPosition / job title (partial, case-insensitive)
statusarrayStatuses to include (default: new, screening, interview, offer)
querystringPartial name or email
minScorenumberOnly candidates with fitScore >= this value
limitnumberMax rows (1-200, default 50)

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"list_candidates","input":{"position":"…","status":[],"query":"…","minScore":1}}'
$run({ "tool": "list_candidates", "input": {"position":"…","status":[],"query":"…","minScore":1} })