Feed ManagementWrite
Update Feed
update_feedUpdate a feed's name, configuration, or schedule. Pass only the fields to change — this is a partial update.
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 |
name | string | optional | New feed name |
sourceConfig | object | optional | Updated source configuration |
destinationConfig | object | optional | Updated destination config |
fieldMappings | array | optional | Updated field mappings |
schedule | object | optional | Updated schedule |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "update_feed","arguments": {"workspaceId": "workspaceId_123","feedId": "feedId_123"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent