Preview tile-name registry edits
tiled_preview_tile_namesValidate and preview tile name upsert/delete edits to the semantic registry, returning an expiring change set without modifying Tiled assets.
Instructions
Validates upsert/delete edits to the server-owned .tiledmcp/tile-names.json semantic registry and returns an expiring tileNameEdit change set — no Tiled asset is touched. Upserted names are restricted lowercase identifiers whose tilesets must exist as project .tsj files (re-verified at apply); deleting an unregistered name fails closed, the registry is bounded at 4,096 names, and the registry file's revision — or its absence — is pinned so a concurrent registry write fails closed. Apply replays the operations, verifies the result against the approved content hash, and rewrites the registry canonically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | ||
| expectedRegistryRevision | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |