Feed ManagementWrite

Update Feed

update_feed

Update a feed's name, configuration, or schedule. Pass only the fields to change — this is a partial update.

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
namestringoptionalNew feed name
sourceConfigobjectoptionalUpdated source configuration
destinationConfigobjectoptionalUpdated destination config
fieldMappingsarrayoptionalUpdated field mappings
scheduleobjectoptionalUpdated 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

Related Feed Management tools