get_npc
Retrieve NPC details for D&D campaigns, filtering sensitive DM-only information based on player permissions to maintain game integrity.
Instructions
Get NPC information.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_or_id | Yes | NPC name or ID | |
| player_id | No | Caller's player ID for output filtering. When provided, DM-only fields (bio, notes, stats, relationships) are stripped for non-DM callers. |