MCP Server / Tools Reference
Tasks
Poll the status of async background operations.
get_task_status
Check the status of an async operation (search, enrichment, report).
After an enrichment task completes, call get_prospect to see the new contact data. After a report task completes, call get_report to read it. After a search task completes, call list_prospects to see found prospects. Always returns a non-empty status string. An empty result means the tool did not execute — do not assume the task is running, completed, or that any action succeeded. Args: task_id: The task ID returned by run_campaign, enrich_email, enrich_phone, or generate_report.
| Name | Type | Required | Description |
|---|---|---|---|
| task_id | string | yes |