Feed ManagementRead-only

List Feeds

list_feeds

List data pipeline feeds in a workspace. Returns feedId, name, source, dataType, and status. Pass scope='family' on an accountant's parent workspace to also include feeds from every portal under it — each row gains a portal badge and workspaceId.

Try asking

What feeds do I have set up?

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
scope'self' | 'family'optionalOptional. `self` (default) returns this workspace only. `family` includes every portal under it — for accountants who want a single view across all clients. Each row in a family response gains a `portal: { id, name, icon } | null` badge and a `workspaceId` field. Requires admin+ role and is only valid on a top-level workspace.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "list_feeds",
"arguments": {
"workspaceId": "workspaceId_123"
}
}

Use this tool in

Related Feed Management tools