Skip to main content
Glama
Txpple

fvtt-mcp-molten5e

by Txpple

manage-calendar

Read, advance, or set the in-world date and time for a D&D 5e Foundry VTT world. Advance time to trigger dawn, dusk, day recovery, and bastion turns.

Instructions

[D&D 5e] The in-world date and time (dnd5e 6.0 calendar on Foundry v14 game.time). action "read" (default) reports the calendar in use, whether it is enabled, and the current date / time (year as displayed, month name + number, day, weekday, hour, minute, plus the system's own formatted / approximate strings). "advance" moves time by rounds / minutes / hours / days / seconds (negative rewinds) — this is what triggers dawn / dusk / day recovery and bastion turns when the calendar is enabled. "set" jumps to a date (year / month by number or name / day) and/or a time of day (hour / minute); omitted parts keep their value. Writes report before → after. Enable the calendar / pick one with configure-dnd5e-settings. GM-only writes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayNoset: the day of the month (1-based).
daysNoadvance: days; negative rewinds.
hourNoset: the hour (0–23).
yearNoset: the year as displayed (e.g. 1492 DR).
hoursNoadvance: hours; negative rewinds.
monthNoset: the month — its number (1-based) or its name in the active calendar ("Mirtul").
actionNoread the calendar (default); advance the world time; set the date / time of day.read
minuteNoset: the minute (0–59).
roundsNoadvance: combat rounds (6 s each); negative rewinds.
minutesNoadvance: minutes; negative rewinds.
secondsNoadvance: seconds; negative rewinds.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.1.3

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It details side effects (dawn/dusk recovery, bastion turns), the 'Writes report before → after' convention, GM-only writes, and the effect of negative values for rewinding. This is comprehensive for a calendar manipulation tool.

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 dense yet well-organized, front-loading the resource and then systematically explaining each action with its parameters and effects. Every sentence contributes essential information, avoiding redundancy or filler.

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 tool with 11 optional parameters and no output schema, the description covers all necessary aspects: what each action does, the return content for 'read' (including formatted strings), side effects, permissions, and linkage to a related tool. An agent has everything needed to invoke it correctly without additional inference.

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 baseline is 3, but the description adds meaningful context beyond the schema: it groups parameters by action (rounds/minutes/hours/days/seconds for advance; year/month/day/hour/minute for set) and explains that omitted parts in 'set' retain their values. This clarifies interaction semantics the schema does not convey, justifying a score above baseline.

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 managing the in-world date and time for D&D 5e, with three distinct actions (read, advance, set) and a precise resource (dnd5e 6.0 calendar). It distinguishes itself from siblings by naming the only related configuration tool (configure-dnd5e-settings) and specifying what each action does, leaving no ambiguity about its purpose.

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 explicitly explains when to use each action: 'read' for reporting, 'advance' for moving time and triggering events, 'set' for jumping to a date/time. It also directs users to configure-dnd5e-settings for enabling the calendar, and notes that writes are GM-only, providing clear context for appropriate usage.

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