Skip to main content
Glama
Txpple

fvtt-mcp-molten5e

by Txpple

add-free-cast

Grant a D&D 5e spell free casts per rest directly on the granting feature, adding it as an always-prepared spell and tracked additional spell while migrating legacy entries.

Instructions

[D&D 5e] Grant "cast without a spell slot, N per rest" the native 2024 way — Magic Initiate, Favored Enemy, lineage grants. TWO sheet entries result: the spell stays in the repertoire as a normal ALWAYS-PREPARED spell (castable with slots; imported from the compendium if missing), and a cast activity ON the granting feature projects a " - " entry into the sheet's native "Additional Spells" spellbook section with its own tracked pool (default 1/long rest) — no slot, no use-dialog. Also MIGRATES the old shape (on-spell use pool + forward activity) off the spell, and dedupes dnd5e's cached spellbook copies. Idempotent. NEVER track a free cast as a separate tracker feat or as a forward on the spell.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usesNoFree casts per recovery period. A number, or a formula string like "@scale.ranger.favored-enemy" for level-scaled pools. Default 1.
grantedByYesThe granting feature ITEM on the actor (name or id) — e.g. "Magic Initiate", "Favored Enemy", a lineage feature. The cast activity lands ON this item and the Additional Spells entry is titled "<Spell> - <feature name>".
recoveryPeriodNoWhen the free casts come back: "lr" long rest (default — the 2024 wording for feat-granted casts), "sr" short rest, "day", "dawn", or "dusk".
actorIdentifierYesName or id of the actor (partial name match supported). Also accepts a placed TOKEN id (from list-tokens): the edit then lands on that token INSTANCE's own delta.
spellIdentifierYesThe spell to grant a free cast of — an embedded spell on the actor (name or id), or a premium compendium uuid ("Compendium.dnd-players-handbook.spells.Item.…") to also ADD it to the repertoire (always prepared) when the actor lacks it.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.1.3

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden and excels: it details all permanent effects (spell becomes ALWAYS-PREPARED, cast activity lands on the granting feature, Additional Spells entry is created), the MIGRATION of the old shape off the spell, deduping of cached copies, and idempotency. The explicit 'NEVER' warning further clarifies what the tool will not do, leaving no behavioral surprises for the agent.

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

Conciseness4/5

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

The description is dense with high-value information and the purpose is front-loaded before the mechanism details. Every sentence earns its place, including the migration, dedupe, and idempotency notes. However, it is a single punctuation-heavy wall of text with multiple emphasized phrases, which reduces scannability relative to a structured multi-sentence layout.

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?

For a 5-parameter tool with no annotations and no output schema, this description covers an exceptional amount: the full dual-entry mechanism, defaults, migration, dedupe, idempotency, and anti-patterns. It falls slightly short of a 5 because it does not describe what the agent will receive back after invocation (no return-value note compensates for the missing output schema), nor does it cover failure cases like a missing granting feature.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3; the description adds genuine value on top by explaining the end-state interplay between parameters — how spellIdentifier can be imported from the compendium and become always prepared, how grantedBy hosts the activity and names the Additional Spells entry, and how uses/recoveryPeriod default to 1/long rest. This connective tissue helps the agent reason about the parameters as a system rather than isolated fields.

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 states a specific verb and resource — 'Grant cast without a spell slot, N per rest' on a D&D 5e actor via the 'native 2024 way' — with concrete examples (Magic Initiate, Favored Enemy, lineage grants). It specifies the resulting two sheet entries in detail, making it unmistakable what the tool accomplishes and clearly distinct from siblings like add-feature or manage-activity.

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 gives clear context for when the tool applies: granting free-cast abilities through native 2024 features and migrating the legacy shape. It includes an explicit never-do-this instruction that prevents the obvious wrong implementation. However, it never names an alternative sibling for comparison, so an agent comparing it to add-feature or manage-activity must infer the boundary from the mechanism described.

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

Deploy Server

Other Tools