Skip to main content
Glama
eschatus

beyond-mcp

by eschatus

ddb_get_party_snapshot

Get a party's combat snapshot from D&D Beyond: AC, HP, conditions, initiative, passives, and more in one call. Optionally include attacks and spells.

Instructions

Precomputed combat snapshot for a whole party in one call, via D&D Beyond's SCDS service. Returns each character's COMPUTED armor class and max/current/temp HP (which the plain character sheet does not carry pre-derived), plus named conditions, death saves, initiative, passives and level. This is the authoritative AC/maxHP source — prefer it over ddb_get_character for live party status. full:true adds resolved attacks (to-hit + damage dice), casting info, abilities, skills, senses, resistances/immunities. Pass characterIds, or a campaignId (defaults to DDB_CAMPAIGN_ID) to snapshot its whole roster.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullNoInclude resolved attacks, casting, abilities, skills, senses, resistances (default false — combat vitals only).
campaignIdNoSnapshot every character in this campaign. Defaults to DDB_CAMPAIGN_ID.
characterIdsNoExplicit DDB character ids. Overrides campaignId.
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a read-only operation via 'snapshot' and lists return data, but it does not explicitly state that the tool makes no modifications, nor does it disclose any failure modes, rate limits, or authentication needs. It does add context about being the 'authoritative' source, but for a read tool this is a marginal improvement. A 3 is appropriate given the clear but implicit safety profile.

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 three tightly packed sentences with zero filler. It front-loads the core purpose, explains the key differentiator, and then details parameter behavior. Every sentence earns its place and avoids redundancy with the schema.

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

Completeness5/5

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

For a read-only snapshot tool with 3 parameters, no output schema, and no nested objects, the description fully covers the return values, the two call modes, defaults, and the optional full expansion. An agent has everything needed to invoke it correctly without additional inference. No gaps that would cause mis-calls.

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?

Schema description coverage is 100%, with each parameter already described (full, campaignId, characterIds) including defaults and override behavior. The description reiterates these points but does not add meaning beyond what the schema provides; it does weave the params into a usage narrative, but that is overlap, not augmentation. Baseline 3 is correct.

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's function: 'Precomputed combat snapshot for a whole party in one call' and enumerates the exact computed fields returned (AC, max/current/temp HP, conditions, death saves, etc.). It explicitly differentiates from the sibling ddb_get_character by declaring itself 'the authoritative AC/maxHP source' and directing the agent to prefer it for live party status. This is a specific verb+resource with strong sibling differentiation.

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

Usage Guidelines5/5

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

The description gives explicit guidance on when to use this tool over an alternative: 'prefer it over ddb_get_character for live party status.' It also explains the two invocation modes (characterIds or campaignId with default to DDB_CAMPAIGN_ID) and the effect of the full parameter. No explicit 'when not to use' is given, but the directive plus the mode explanations are sufficient for an agent to choose correctly.

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/eschatus/beyond-mcp'

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