databar-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_enrichmentsto find the right provider- Estimate cost:
item_count x price_per_enrichment - Confirm with the user
run_bulk_enrichment(max 100 items per request)- Poll
get_task_status. Results are aligned to inputs: one element per input, in the same order, withnullfor inputs that returned no data (len(data)== item count). Join each result back to its input by position. - Format results as a markdown table