Job ManagementRead-only
Get Job
get_jobGet current status and progress of a specific sync job. Poll this after trigger_sync to track completion.
Try asking
“Did my last sync finish, and how many rows did it write?”
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 |
jobId | string | required | Job ID — get from trigger_sync or list_jobs |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "get_job","arguments": {"workspaceId": "workspaceId_123","feedId": "feedId_123","jobId": "jobId_123"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent