EnrichmentRead-only

List Enrichments

list_enrichments

List all enrichments in a workspace. Returns enrichment ID, name, type (any of the 16 enrichment types — rulesets, lookups, filters, splits, guards, watchers and AI), enabled status, dataType, and feed associations.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).

Example call

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

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

Use this tool in

Related Enrichment tools