set_location
Edit a location's metadata by name or path: rename it, update description, notes, tags, custom fields, or move it under another parent.
Instructions
Edit a LOCATION's metadata (find it by current name or /-path): rename,
description (e.g. a contents manifest), notes, tags, custom fields
(values typed by JSON type). Only the args you pass change; other fields
are preserved. parent moves it under another location; clear_parent=True
moves it to the root. entity_type (e.g. "Item") converts a mis-created
entity — rare. asset_id overrides the auto-assigned assetId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| notes | No | ||
| fields | No | ||
| parent | No | ||
| asset_id | No | ||
| location | Yes | ||
| new_name | No | ||
| tags_mode | No | add | |
| description | No | ||
| entity_type | No | ||
| clear_parent | No |