edit_entity
Rename an entity or replace its alias list while preserving the immutable entity ID.
Instructions
Rename an entity or replace its aliases. The id is immutable; if it's promoted, its thread label is kept in sync.
Args:
entity: Id of the entity (from `list_entities`).
name: New display name (optional).
aliases: New alias list — replaces the existing one (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| entity | Yes | ||
| aliases | No |