Job ManagementWrite
Trigger Sync
trigger_syncQueue a new sync job for a feed. Use get_job with the returned jobId to poll for progress. Only one job can run per feed at a time.
Try asking
“Sync my Chase transactions feed now.”
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 |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "trigger_sync","arguments": {"workspaceId": "workspaceId_123","feedId": "feedId_123"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent