All tools

Prospecting · save_prospects

Save prospects

Deduplicated prospect registry of the workspace.

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

Input

FieldTypeDescription
prospects *arrayLa liste COMPLÈTE des prospects trouvés (1 à 500).
missionIdstringMission commerciale servie (id renvoyé par mission_plan / list_missions)
segmentstringSegment par défaut appliqué à tous les prospects du lot
sourcelinkedin | sirene | database | inbound | manual | web | crmSource par défaut du lot (linkedin, sirene, database, web…)

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":"save_prospects","input":{"prospects":[],"missionId":"…","segment":"…","source":"linkedin"}}'
$run({ "tool": "save_prospects", "input": {"prospects":[],"missionId":"…","segment":"…","source":"linkedin"} })