list-actor-ownership
Identify which players have explicit or inherited access to actors. Distinguish an explicit deny from a missing permission entry.
Instructions
List current ownership permissions for actors, showing which players have what access levels. Each row reports the EFFECTIVE level plus its source: 'explicit' (the actor's ownership map holds an entry for that player) or 'inherited' (the actor's default, also reported per actor as defaultPermission). Use it to tell an explicit NONE — a stored deny that overrides a permissive default — from a player who simply has no entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actorIdentifier | No | Optional: specific actor name/ID to check, or "all" for all actors | |
| playerIdentifier | No | Optional: specific player name to check ownership for |