roll_skill_check
Roll skill checks for RPG characters by automatically applying ability modifiers and proficiency bonuses. Use character IDs and skill names like perception or stealth to determine success against difficulty classes.
Instructions
Roll a skill check using character stats. Automatically applies ability modifier and proficiency bonus if proficient. Example: roll_skill_check with characterId and skill="perception" for active character's Perception check.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| characterId | Yes | ID of the character making the check | |
| skill | Yes | Skill to roll (e.g., perception, stealth, athletics) | |
| advantage | No | Roll with advantage | |
| disadvantage | No | Roll with disadvantage | |
| dc | No | Difficulty Class - if provided, returns pass/fail | |
| bonusModifier | No | Additional situational modifier | |
| sessionId | No |