All tools

Prospecting · list_prospects

List prospects

Due follow-ups, replies to handle, status per stage.

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

Input

FieldTypeDescription
stagearrayStades à inclure (défaut : tous)
dueOnlybooleanSeulement les prospects dont la prochaine action est due (nextActionAt ≤ maintenant), contactables
contactableOnlybooleanExclut désinscrits, bounces, hors cible, perdus et clients
segmentstringFiltre sur le segment (contient)
missionIdstring
searchstringNom, entreprise ou email (contient)
createdSinceDaysnumberSeulement les prospects ajoutés depuis N jours
limitnumber1-200, défaut 50
includeStatsbooleanJoindre les statistiques du pipeline (défaut true)

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_prospects","input":{"stage":[],"dueOnly":true,"contactableOnly":true,"segment":"…"}}'
$run({ "tool": "list_prospects", "input": {"stage":[],"dueOnly":true,"contactableOnly":true,"segment":"…"} })