get_location
Retrieve location details in D&D campaigns to access features, apply discovery filters, and manage player visibility for immersive world-building.
Instructions
Get location information.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Location name | |
| discovery_filter | No | Filter notable features by discovery state. When True, only features the party has discovered (GLIMPSED+) are shown. Default: False | |
| player_id | No | Caller's player ID for output filtering. When provided, combines discovery filter + permission filter: non-DM callers see only discovered features and no DM notes. |