Skip to main content
Glama
Txpple

fvtt-mcp-molten5e

by Txpple

parse-ddb-character

Parse a D&D Beyond character into a normalized import plan. Accepts public character ID/URL or pasted JSON for private characters.

Instructions

Parse a D&D Beyond character into a normalized, name-bearing plan for the ddb-import skill. Fetches a PUBLIC character by characterId/url (v5 endpoint) OR accepts pasted json (the common case — a PRIVATE character must be set Public or its JSON pasted; this tool NEVER handles a D&D Beyond account cookie). Pure + deterministic: it computes final ability scores (deduping DDB's per-class modifier duplication, resolving choose-an-ability-score, honoring overrides), the classes/multiclass + subclasses, species, background, derived proficiencies/expertise/saves/languages/tools, resolved option picks (fighting style, favored enemy…), spells (cantrips + prepared/known by name), inventory, feats, currency, HP, art, and an unresolved[] list of every homebrew / 2014-legacy / custom entry to STOP-and-ASK about. It emits RAW DDB names, does ZERO compendium lookup, and never invents content (design.md §2.3). The skill then canonicalizes names to premium-2024 entries and drives create-pc. Returns {success, plan, message}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoA dndbeyond.com character URL — the id is extracted from it.
jsonNoThe raw D&D Beyond v5 character JSON — the full {success, data, …} envelope or the inner `data` object, as a parsed object OR a JSON string. Use this for a PRIVATE character: ask the player to make it Public or paste/save its JSON; the tool never handles a cobalt cookie.
characterIdNoD&D Beyond character id (the digits in the sheet URL, e.g. "167582904").
Behavior5/5

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

With no annotations, the description carries full burden. It discloses key behaviors: pure and deterministic, deduping ability scores, resolving choices, no compendium lookup, never invents content, and returns an unresolved list. This comprehensively informs the agent of the tool's behavior.

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 dense but well-structured, front-loading the purpose. Each sentence contributes meaningful information. It is slightly long but remains focused and informative, earning a 4 for conciseness.

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?

Given 3 optional parameters, no output schema, and no annotations, the description covers all necessary aspects: input modes, processing details, return shape ({success, plan, message}), and what the plan contains (abilities, classes, spells, etc.). It is complete for an agent to use correctly.

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. The description adds value by explaining that url/characterId fetch public characters via v5 endpoint, and json is for private characters (common case), including acceptable formats (full envelope or inner data, parsed object or string). This goes beyond the schema descriptions.

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 'Parse a D&D Beyond character into a normalized, name-bearing plan for the ddb-import skill,' specifying the verb 'parse' and the resource 'D&D Beyond character'. It distinguishes from sibling tools by focusing on external data parsing and plan generation, not direct PC creation or advancement.

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?

The description explains two usage modes: fetching a public character via url/characterId or accepting pasted json for private characters. It explicitly states what the tool NEVER does (handle a cookie) and gives context on subsequent steps (skill canonicalizes names). While it doesn't name specific alternatives, the context suffices.

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