Token details
get-token-detailsRetrieve a token's position, size, appearance, behavior, hidden state, and linked actor from a Foundry VTT scene, including hidden tokens, without loading actor stats.
Instructions
Read one token: position, size, appearance (rotation, scale, alpha, hidden, image), behaviour (disposition, elevation, rotation lock) and its actor with whether it is linked. Hidden tokens are read too. No actor values such as hit points; get-character reads those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenId | Yes | Id of the token on that scene, as get-current-scene lists it. Not a name, not an actor id. | |
| sceneIdentifier | No | Scene of the token, by id or name. Without it the scene that is active for everyone is used; every answer names the scene. |