Skip to main content
Glama
Txpple

fvtt-mcp-molten5e

by Txpple

get-actor

Retrieve a D&D 5e character's key stats, items, and effects with minimal metadata to quickly check equipment or decide what to investigate further.

Instructions

Retrieve D&D 5e character information optimized for minimal token usage. Returns: full stats (abilities, skills, saves, AC, HP, 2024 weapon-mastery kinds), action names, active effects/conditions (name only), and ALL items with minimal metadata (name, type, equipped status, attunement, weapon mastery property) without descriptions. Perfect for checking equipment or identifying what to investigate further. Use get-actor-entity to fetch full details for specific items, spells, or effects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYesCharacter name or ID to look up. Also accepts a placed TOKEN id (from list-tokens) to read that token INSTANCE's live state — an unlinked NPC token can differ from its base actor.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.3.0
    • changedInput schema / properties / identifier / description
      Previous value: -"Character name or ID to look up"New value: +"Character name or ID to look up. Also accepts a placed TOKEN id (from list-tokens) to read that token INSTANCE's live state — an unlinked NPC token can differ from its base actor."
  2. First observedv1.2.2

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden, and it does so well: it lists exact output categories, notes that effects/conditions are name-only, and explicitly omits item descriptions to optimize token usage. It could add an explicit 'read-only/no side effects' statement, but 'Retrieve' plus the detailed return list sufficiently communicates a non-mutating lookup.

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?

Every sentence earns its place: purpose, return contents, use case, and the alternative tool. The return list is compact but informative, and the most important distinction (get-actor vs get-actor-entity) appears at the end without redundancy.

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?

Despite no output schema, the description compensates by itemizing what is returned (stats, actions, effects, items with specific metadata) and what is intentionally omitted. The identifier parameter is fully documented in the schema, and the token-instance nuance is explained. An agent has enough information to call this tool correctly and interpret the high-level result.

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?

The input schema covers the single parameter with 100% coverage, including the nuance about accepting token IDs and reading live instance state. The description itself adds no additional parameter-level information beyond what the schema already provides, so the baseline of 3 applies.

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 a specific verb ('Retrieve') and resource ('D&D 5e character information'), then enumerates exactly what it returns. It also distinguishes itself from the sibling tool get-actor-entity by noting that the latter fetches full details, so an agent can tell them apart without opening schemas.

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 names the alternative get-actor-entity for fetching full details, and the schema explains when to pass a token ID from list-tokens to read live instance state. 'Perfect for checking equipment or identifying what to investigate further' gives a concrete use case. This is explicit when-to-use and when-to-use-the-alternative guidance.

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