Skip to main contentdatabar-bulk-enrichment
Triggers when the user provides a list of items to enrich and wants quick inline results without creating a table.
Workflow
- Parse the user’s list (CSV, JSON, or plain text)
search_enrichments to find the right provider
- Estimate cost:
item_count x price_per_enrichment
- Confirm with the user
run_bulk_enrichment (max 100 items per request)
- Format results as a markdown table
Example prompt
“Verify these emails: alice@google.com, bob@fake.xyz, carol@stripe.com”
Bulk enrichment supports up to 100 items per request. For larger datasets, the agent will suggest using the table-driven approach instead.