EnrichmentRead-only

Preview Enrichment

preview_enrichment

Run the full enrichment pipeline on sample records without persisting anything. Returns each record with original values, enriched values, and fields changed.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
feedIdstringrequiredFeed ID — get from list_feeds
recordsobject[]requiredSample records to enrich (max 50)

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "preview_enrichment",
"arguments": {
"workspaceId": "workspaceId_123",
"feedId": "feedId_123",
"records": "value"
}
}

Use this tool in

Related Enrichment tools