Skip to main content
The Databar MCP server exposes the following tools. All tools are available on the hosted server and the local npm/source installs.
Tool names and behavior may expand as we deploy updates to the hosted endpoint. The list below reflects the current surface area.

Enrichments

ToolDescription
search_enrichmentsSearch enrichments by keyword or category (BYOK providers you have not connected are excluded)
get_enrichment_detailsParameters, pricing, response fields, and inline or remote choice metadata
get_param_choicesPaginated, searchable choices for remote select / mselect params
run_enrichmentRun one enrichment with polling, caching, optional pages for paginated enrichments
run_bulk_enrichmentBulk run with optional pages per record for paginated enrichments

Waterfalls

ToolDescription
search_waterfallsSearch waterfall definitions
run_waterfallRun a headless waterfall (optional provider IDs, email verifier)
run_bulk_waterfallBulk headless waterfall runs
add_table_waterfallAttach a waterfall to a table with provider list and column mapping
get_table_waterfallsList all waterfalls installed on a table

Tables

ToolDescription
create_tableCreate a table (optional name, columns, empty row count)
list_tablesList tables (UUID, name, timestamps)
rename_tableRename a table
delete_tablePermanently delete a table
get_table_columnsColumn schema (names, types, internal names)
create_columnAdd a column
rename_columnRename a column by ID
delete_columnDelete a column by ID
get_table_rowsPaginated rows with structured filters (equals, contains, etc.)
get_table_enrichmentsList all enrichments configured on a table
add_table_enrichmentMap enrichment params to columns or static values (supports {column} placeholders)
run_table_enrichmentRun a table enrichment or table waterfall (run_all / run_empty / run_errors, optional row_ids)

Row operations

ToolDescription
create_rowsInsert up to 100 rows per request; optional allow_new_columns and dedupe
patch_rowsPatch up to 100 rows by ID
upsert_rowsUpsert up to 100 rows by match key
delete_rowsDelete rows by ID list

Exporters

ToolDescription
search_exportersDiscover CRM / destination exporters
get_exporter_detailsExporter parameters and fields
add_table_exporterAttach an exporter with mapping (optional OAuth key, custom body template)
get_table_exportersList all exporters configured on a table
run_table_exporterTrigger an exporter run (run_all / run_empty / run_errors)

Folders

ToolDescription
create_folderCreate a folder
list_foldersList folders
rename_folderRename a folder
delete_folderDelete a folder (tables inside are not deleted)
move_table_to_folderMove a table into a folder or null to remove from folder

Account

ToolDescription
get_user_balanceCredit balance and account info
Many tools that run enrichments, waterfalls, or exporters are subject to spending guardrails (safe mode, per-request cost caps, minimum balance thresholds).