Job ManagementWrite

Trigger Learn

trigger_learn

Trigger the Memory enrichment learn cycle for a feed. Reads back recent destination records and updates learned patterns immediately.

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

Example call

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

{
"tool": "trigger_learn",
"arguments": {
"workspaceId": "workspaceId_123",
"feedId": "feedId_123"
}
}

Use this tool in

Related Job Management tools