Set amenities for an entity (unit, unit type, or building). Replaces all existing amenities with the provided list. Pass an empty array to remove all amenities.
entityType
enum
Yes
The type of entity to manage amenities for - enum
entityId
string
The ID of the entity
amenityIds
string[]
Array of amenity IDs to set on the entity. Pass an empty array to remove all amenities.
UNIT
UNIT_TYPE
BUILDING
content
ContentItem[]
Array of content items returned by the tool - ContentItem
isError
boolean
Whether the tool execution resulted in an error
type
'text'
Content type (currently only 'text' is supported)
text
The text content to display
Last updated 11 days ago