Skip to main content
Glama
Txpple

fvtt-mcp-molten5e

by Txpple

export-actor

Export a Foundry actor or token instance to a local JSON file for backup or transfer, preserving full character data, items, effects, and ownership, with an import-ready envelope.

Instructions

Write ONE actor to a LOCAL file as a full-fidelity native Foundry JSON export — the complete document source (system, every embedded item with its uses/charges and flags, effects, prototype token, ownership), stamped with the exportSource envelope so the file round-trips through the sheet's Import Data button. THE character backup/restore path (get-actor is a lossy summary view). Accepts a placed token id to capture an unlinked token instance. Refuses to overwrite an existing file unless overwrite:true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localPathYesAbsolute local destination path for the JSON file (parent dirs created), e.g. "D:\\campaign\\party-snapshots\\2026-08-25\\Gren.json".
overwriteNoAllow overwriting an existing file at localPath.
identifierYesActor name or ID to export. Also accepts a placed TOKEN id (from list-tokens) to export that token INSTANCE's live state — an unlinked token can differ from its base actor.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.1.3

TDQS

A4.7/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full transparency burden, and it does so well. It discloses the local file-write side effect, full-fidelity document contents, the exportSource envelope, round-trip compatibility with Import Data, token-instance capture, and the overwrite refusal unless overwrite:true is set. These are the key behavioral traits an agent needs to invoke it safely.

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 front-loads the core action and uses three information-dense sentences with no filler. Each clause adds necessary context: fidelity, round-tripping, token support, and overwrite behavior. The structure makes the tool's purpose immediately clear.

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 complex export operation with no annotations and no output schema, the description covers the purpose, the backup/restore use case, the full-fidelity format, the token-instance option, and the overwrite guard. The schema covers all three parameters, so an agent has everything needed to invoke the tool correctly.

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%, so the schema already documents identifier, localPath, and overwrite completely. The prose reinforces identifier's token-instance meaning and the local-file nature of localPath, but it does not add material parameter-level semantics beyond the schema. The added value is mostly about output fidelity, not parameter meaning.

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 names a specific verb and resource: Write ONE actor to a LOCAL file as a full-fidelity native Foundry JSON export. It also distinguishes itself from get-actor by calling that path a lossy summary view, so an agent can confidently tell this export tool apart from sibling read/update tools.

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 positions this tool as THE character backup/restore path and references get-actor as the lossy alternative, giving a clear when-to-use signal. It also documents the special placed-token-id case for capturing unlinked token instances. This is explicit routing guidance rather than an implied 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