EnrichmentWrite

Update Enrichment

update_enrichment

Update an existing enrichment. Only include fields you want to change. The type cannot be changed after creation.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
enrichmentIdstringrequiredEnrichment ID — get from list_enrichments
namestringoptionalNew name
enabledbooleanoptionalEnable or disable
feedIdsstring[]optionalReplace the feeds this enrichment runs on
configobjectoptionalReplace the type-specific config (or use ruleConfig / alertConfig / memoryConfig for those types). Validated against the stored type.

Example call

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

{
"tool": "update_enrichment",
"arguments": {
"workspaceId": "workspaceId_123",
"enrichmentId": "enrichmentId_123"
}
}

Use this tool in

Related Enrichment tools