All tools

Human resources · parse_resume

Parse a resume

Extract structured information from a resume.

Price
plan AI usage
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
resumeText *stringRaw resume/CV text content
appliedForstringPosition the candidate applied for (optional context)

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":"parse_resume","input":{"resumeText":"…","appliedFor":"…"}}'
$run({ "tool": "parse_resume", "input": {"resumeText":"…","appliedFor":"…"} })