Skip to main content
Glama

check_resistances

Check resistances, immunities, and vulnerabilities for a group of monsters, then get a consolidated defense matrix and warnings about party damage type coverage gaps.

Instructions

Check resistances, immunities, and vulnerabilities for a group of monsters. Produces a consolidated defense matrix and warns about party damage type coverage gaps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monster_namesYesNames of monsters to check
party_damage_typesNoDamage types your party commonly deals (e.g. ["fire", "slashing", "radiant"]). If provided, warns about gaps.
Behavior3/5

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

With no annotations, the description carries the full burden. It states the tool produces a consolidated defense matrix and warns about gaps, which outlines its output behavior. However, it does not disclose whether it is read-only, any side effects, or permission requirements, leaving room for improvement.

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 two sentences long, front-loads the purpose, and contains no redundant or extraneous information. Every sentence contributes meaning.

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

Completeness4/5

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

Given no output schema, the description adequately describes the output format (consolidated defense matrix and warnings) and the input constraints (monster group up to 20). It could be more detailed about the matrix structure or limitations, but it provides sufficient context for basic usage.

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 input schema has 100% description coverage, so the schema already documents both parameters well. The description adds little new information beyond what is in the schema parameter descriptions; it merely restates that party_damage_types warns about gaps. Thus, it meets the baseline without significant added value.

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 clearly states the tool checks resistances, immunities, and vulnerabilities for a group of monsters, and specifies it produces a consolidated defense matrix and warns about party damage type coverage gaps. This is a specific verb+resource combination that distinguishes it from sibling tools like compare_monsters or simulate_damage.

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

Usage Guidelines2/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives, nor does it mention when not to use it. The context is implied (checking resistances for a monster group with party damage types), but no comparisons or exclusions are given.

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/gregario/dnd-oracle'

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