get_roll_history
Fetch dice roll history from TRPG sessions, filterable by tag or tool, with pagination. Secret rolls display only that the result is hidden.
Instructions
查询掷骰历史。暗骰条目只显示"结果保密"。
示例:
最近 10 条:limit=10
按标签过滤:tag="理智检定"
分页:limit=10, offset=10
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | 按标签过滤 | |
| tool | No | 按工具名过滤 | |
| limit | No | 返回条数上限(≤50) | |
| locale | No | zh | |
| offset | No | ||
| before_roll_id | No | 只查此 ID 之前 |