Entity Remove Alias¶
Detach an alias from an entity. No-op if not attached.
MCP name: entity_remove_alias
Category: entities
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
alias |
str |
Yes | Alias to detach. Matched case-insensitively. |
author |
str |
No | 'user' (default) or 'agent'. |
entity_id |
int |
Yes | Stable surrogate id. |