Feed ManagementRead-only
Validate Feed
validate_feedPre-flight validate a feed configuration without creating it. Returns errors and warnings.
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 | optional | Feed ID for update validation |
name | string | optional | Feed name |
source | enum | optional | Feed source type |
dataType | enum | optional | Data type |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "validate_feed","arguments": {"workspaceId": "workspaceId_123"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent