Get player
get_playerRetrieve a single player's current state, assigned content, and last-seen timestamp using its UUID. Use when you have the player_id; resolve names via list_players first.
Instructions
Fetch a single player by id.
When to use:
You have a player_id and need its current state, assigned content, or last-seen timestamp.
When NOT to use:
You only have the player's name — list_players first to resolve the id.
What to know:
Returns the same shape as list_players' data items.
404 if the id does not exist in the calling tenant — never cross-tenant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | UUID of the player |