remove_amenities

Remove amenities from an entity (unit, unit type, or building). Only the specified amenities are removed; others are preserved.

Input

Parameter
Type
Required
Description

entityType

enum

Yes

The type of entity to manage amenities for - enum

entityId

string

Yes

The ID of the entity

amenityIds

string[]

Yes

Array of amenity IDs to remove from the entity

enum

Value
Description

UNIT

UNIT_TYPE

BUILDING

Output

Field
Type
Description

content

ContentItem[]

Array of content items returned by the tool - ContentItem

isError

boolean

Whether the tool execution resulted in an error

ContentItem

Field
Type
Description

type

'text'

Content type (currently only 'text' is supported)

text

string

The text content to display

Last updated