Skip to main content
Glama
Txpple

fvtt-mcp-molten5e

by Txpple

content-audit

Scan D&D 5e documents for three authoring-quality rule violations: placeholder icons, fudge language, and missing loot twins. Reports findings to fix before declaring a build done.

Instructions

[D&D 5e only] Finishing check for authored content — scan documents for the three 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.

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) 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.
Behavior5/5

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

Clearly states 'read-only; never mutates' and outlines what it checks. With no annotations provided, the description fully conveys non-destructive behavior and the nature of violations (placeholder icons, fudge language, missing loot). No contradictions.

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 bullet points for the three rules and a clear call to action. It is slightly verbose but every sentence provides necessary information. Front-loading with purpose and constraints works well.

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?

Without an output schema, the description adequately explains what the tool does and what findings to expect (violations of rules 7,8,9). It provides enough context for an agent to understand the audit scope and how to fix issues (though fixing details are not exhaustive).

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% with descriptions for each parameter. The description adds context beyond the schema, such as 'target what you built' and behavior when no target is provided (full sweep). This helps the agent understand how to use parameters effectively.

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 it is a 'finishing check for authored content' that scans for three specific rules (8,7,9) and reports violations. It distinguishes itself from sibling tools by being a read-only audit tool focused on quality checks.

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?

Includes explicit guidance: 'RUN THIS before declaring a build done' and explains targeting options (actorIdentifiers, itemFolders, worldItemIds) or full sweep. It suggests iterative fixing and re-running. Lacks explicit when-not-to-use but context is clear.

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