Skip to main content
Glama
Txpple

fvtt-mcp-molten5e

by Txpple

get-group

Reads a D&D 5e group actor to return member roster, shared currency and inventory, ownership details, and primary party status. Use for type:group actors instead of standard actor retrieval.

Instructions

Read a dnd5e group actor the group-shaped way: member roster (with dangling ids flagged), shared currency, shared inventory, ownership (default + per-user), and whether it is the primary party. Use this instead of get-actor for type:group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdentifierYesThe group actor to read (name or id; partial name match supported).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.1.3

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 full burden. The verb 'Read' clearly signals a non-mutating operation, and the mention of 'dangling ids flagged' adds a specific behavioral detail. It does not disclose error behavior or permission requirements, but for a read tool this is adequate.

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 a single, compact sentence that leads with the purpose, uses a colon to enumerate features, and ends with a clear routing directive. Every word earns its place, and the alternative is front-loaded.

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 one-parameter read tool with no output schema, the description tells the agent exactly what data to expect and which sibling to avoid. No essential information for correct invocation is missing.

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 coverage is 100% for the single parameter, and the description adds no extra meaning beyond what the schema already provides. The baseline of 3 applies because the schema fully documents the parameter, and the description does not need to compensate.

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 states a specific verb ('Read'), a resource ('dnd5e group actor'), and enumerates the exact data it returns (member roster, currency, inventory, ownership, primary party). It also distinguishes itself from the sibling get-actor by explicitly calling out the use case for type:group, making the tool's role unambiguous.

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 instructs to use this tool instead of get-actor for type:group, naming the alternative and the condition that selects it. This is a clear when-to-use directive with a sibling reference, fully satisfying the dimension.

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