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
| Field | Type | Description |
|---|---|---|
| stage | array | Stades à inclure (défaut : tous) |
| dueOnly | boolean | Seulement les prospects dont la prochaine action est due (nextActionAt ≤ maintenant), contactables |
| contactableOnly | boolean | Exclut désinscrits, bounces, hors cible, perdus et clients |
| segment | string | Filtre sur le segment (contient) |
| missionId | string | |
| search | string | Nom, entreprise ou email (contient) |
| createdSinceDays | number | Seulement les prospects ajoutés depuis N jours |
| limit | number | 1-200, défaut 50 |
| includeStats | boolean | Joindre 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":"…"} })