Entity Set Tags¶
Replace the full tag set on an entity. Pass an empty list to clear. Tags are normalized; exact duplicates and redundant ancestor tags (person when person/family is present) are collapsed before writing.
MCP name: entity_set_tags
Category: entities
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
author |
str |
No | 'user' (default) or 'agent'. |
entity_id |
int |
Yes | Stable surrogate id. |
tags |
list |
Yes | Replacement tag list. Hierarchical, multi-valued. |