cantrip_next_run
Execute AI-powered enrichment to update missing fields in existing entities or generate new entities, returning a completion summary. Specify project to override configuration in multi-project environments.
Instructions
Execute an enrichment opportunity with AI. Runs the LLM-powered enrichment inline — either updating existing entities' missing fields (targeted) or generating new entities (bulk). Returns when complete with a summary of what was created or updated. Parallelism: you may run different loop types concurrently (e.g. enrich ICPs + enrich competitors), but the daemon blocks concurrent runs of the same loop type for safety. Pass project to override .cantrip.json — useful in cloud-hosted or multi-project contexts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Opportunity ID from cantrip_next | |
| project | No | Project slug — overrides .cantrip.json. Required in environments where cantrip_connect cannot write to the filesystem. |