Skip to main content

databar-bulk-enrichment

Triggers when the user provides a list of items to enrich and wants quick inline results without creating a table.

Workflow

  1. Parse the user’s list (CSV, JSON, or plain text)
  2. search_enrichments to find the right provider
  3. Estimate cost: item_count x price_per_enrichment
  4. Confirm with the user
  5. run_bulk_enrichment (max 100 items per request)
  6. 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.