Skip to main content
Glama
Txpple

fvtt-mcp-molten5e

by Txpple

content-audit

Audit D&D 5e content for authoring quality: detect placeholder icons, GM-fudge language, missing loot copies, and leaked GM notes. Run before declaring a build done.

Instructions

[D&D 5e only] Finishing check for authored content — scan documents for the four strict authoring-quality rules and report violations to fix (read-only; never mutates): • rule 8 — placeholder icons (icons/svg/...) on an actor, item, or authored feature. • rule 7 — GM-fudge / pretend-reskin language in a description or biography ("treat its X as Y", "reflavor", "deals necrotic in place of bludgeoning", "pretend", "is really "). • rule 9 — a magic item on an NPC with no matching world-Item loot twin. • rule 12 — a GM-note / spoiler leaked into a PLAYER-VISIBLE item description ("GM:" asides, "the DM", "fill in the …", "ready-made hook", "to suit your table"). Item descriptions only — an NPC biography is GM-facing, so it is not scanned for this.

RUN THIS before declaring a build done. Target what you built: actorIdentifiers (NPCs, with their gear/features), itemFolders (your loot folder), and/or worldItemIds. With NO target it runs a full sweep of every NPC + every world Item. Fix each finding (set a real icon via update-actor-item/update-item/set-actor-art; replace fudge with real mechanics; mint the missing loot copy; rewrite the item description to innocuous in-world flavor and move the GM note to a GM-only journal) then re-run until clean.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemFoldersNoWorld-Item folders to audit (name or id) — e.g. the loot/treasure folder you created.
worldItemIdsNoSpecific world Items to audit, by id.
actorIdentifiersNoActors to audit (name or id) — each is scanned along with its embedded items/features. Pass the NPCs you just built.
Behavior4/5

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

The description explicitly states 'read-only; never mutates', which is essential for behavioral transparency. However, it does not mention potential side effects like processing time or network usage, though the tool is relatively simple.

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 well-structured with numbered rules and clear sections. It is front-loaded with the core purpose and read-only assurance. While somewhat lengthy, the details are necessary for the tool's complexity.

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?

The description explains what the tool does and what to do after, but it does not specify the format of the output report (e.g., list of violations). Given the complexity and absence of an output schema, more detail would be beneficial.

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

Parameters5/5

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

All three parameters are described with context beyond the schema, explaining how they are used in the audit (e.g., actorIdentifiers scan actors and their embedded items). The default behavior when no parameters are given is also clarified.

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 identifies the tool as a finishing check for D&D 5e content, scanning for four specific authoring-quality rules. It distinguishes itself from sibling tools by being read-only and audit-focused.

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?

It explicitly states when to run (before declaring a build done), how to target specific entities (actorIdentifiers, itemFolders, worldItemIds), and what to do after (fix and re-run). This provides clear usage context.

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/Txpple/fvtt-mcp-molten5e'

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