Skip to main content
Glama

save_check

Adjudicate saving throws against a DC using SRD 5.2.1, applying condition-based auto-fails, disadvantage, and exhaustion penalties to return success, total, and roll result.

Instructions

Adjudicate a saving throw against a DC (SRD 5.2.1 p.6). The CALLER rolls the d20 (RNG is out of scope, T6); srdcheck composes and resolves, cited. Optionally ability-typed and condition-aware: pass save_ability + saver_conditions to apply the codified overrides — auto-fail Str/Dex saves (Paralyzed/Petrified/Stunned/Unconscious), Disadvantage on Dex saves (Restrained), and Exhaustion's flat d20 penalty. With d20_result it returns {total, dc, success, roll[, auto_fail]}; without a d20 it composes and reports {roll, dc, net_modifier}. A missing DC returns missing-fact; malformed inputs or unsupported condition content return their structured recovery class.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dcYesthe Difficulty Class to meet or exceed
modifierNototal modifier added to the d20 (ability + proficiency + situational)
d20_resultNothe rolled d20; omit to just get the composed roll mode + net modifier
request_idNo
save_abilityNostr | dex | con | int | wis | cha — enables the ability-typed condition overrides (auto-fail Str/Dex, Restrained Dex disadvantage)
table_policyNo
asserted_factsNo
policy_contextNo
table_decisionNo
exhaustion_levelNoapplies Exhaustion's flat d20 penalty to the save
saver_conditionsNothe saving creature's active conditions (drives auto-fail / disadvantage)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
whyYes
dataNo
factsYes
adapterYes
verdictYes
rule_idsYes
citationsYes
exit_codeYes
assumptionsYes
explanationYes
rule_resultYes
checked_scopeYes
coverage_levelYes
state_mutationYes
table_decisionYes
unchecked_scopeYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden and does so thoroughly. It discloses the caller-rolls-d20 contract, return object shapes for both modes, condition auto-fail/disadvantage rules, exhaustion penalty, and error behaviors (missing-fact, structured recovery classes). This goes well beyond minimal expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every clause earns its place. It front-loads the core purpose, then efficiently covers optional condition handling, return modes, and error cases without redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the description is thorough for the basic saving-throw adjudication workflow, it omits the substantial policy/table/asserted-facts machinery that the schema exposes. Given the nested objects and output schema, an agent would be underprepared to use those advanced parameters correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds useful context for save_ability, saver_conditions, d20_result, and exhaustion_level beyond the schema. However, it completely ignores several complex parameters (table_policy, asserted_facts, policy_context, table_decision) that have no schema descriptions, and with 55% coverage, the description does not fully compensate for those gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Adjudicate') and a specific resource ('a saving throw against a DC') with an SRD citation, making the tool's purpose immediately clear. It distinguishes itself from sibling tools like check_make and concentration_check by focusing on saving throws and DC resolution.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly explains two invocation modes (with d20_result vs. without) and explicitly states when to pass save_ability + saver_conditions for condition-aware overrides. It does not explicitly name alternative tools or state when NOT to use this tool, but the purpose clarity largely handles differentiation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chaoz23/srdcheck'

If you have feedback or need assistance with the MCP directory API, please join our Discord server