EnrichmentRead-only
Preview Enrichment
preview_enrichmentRun the full enrichment pipeline on sample records without persisting anything. Returns each record with original values, enriched values, and fields changed.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | required | Workspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces). |
feedId | string | required | Feed ID — get from list_feeds |
records | object[] | required | Sample 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
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent