> ## Documentation Index
> Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Bulk Enrichment

> Enrich a list of up to 100 records in a single operation with inline results

## `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](mailto:alice@google.com), [bob@fake.xyz](mailto:bob@fake.xyz), [carol@stripe.com](mailto:carol@stripe.com)"*

<Warning>
  Bulk enrichment supports up to 100 items per request. For larger datasets, the agent will suggest using the [table-driven approach](/mcp-skill-table) instead.
</Warning>
