Skip to main content
Glama
Txpple

fvtt-mcp-molten5e

by Txpple

create-walls

Add wall segments to a Foundry VTT scene, including doors and configurable blocking for movement, light, sight, and sound.

Instructions

Create one or more WALL segments on a scene — surgical additions (block a corridor, add a door/secret door) to walls normally drawn in the app or shipped by a map pack. Each wall is a segment x0,y0→x1,y1 (or c:[4]) in absolute canvas pixels. Channels: move (0/20), light/sight/sound (0 none / 10 limited / 20 normal / 30 proximity / 40 distance — omitted channels default to 20 blocking), dir (one-way), door (1 door / 2 secret) + ds (state) + doorSound, and proximity thresholds. Per-wall error isolation. Returns created ids. GM-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wallsYesOne or more wall segments to create (omitted channels default to blocking).
sceneIdentifierYesScene id or exact name holding the placeables.
Behavior4/5

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

With no annotations provided, the description discloses key behaviors: per-wall error isolation, returns created ids, GM-only access. Also details default channel blocking behavior ('omitted channels default to 20 blocking'). No mention of rate limits or auth beyond GM-only, but adequate.

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 a single dense paragraph but well-structured: starts with purpose, then coordinate/segment spec, then channels with defaults, then per-wall isolation and return. No wasted words, but could benefit from bullet points for readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (2 parameters, one being an array of objects with many properties, no output schema), the description covers coordinate alternatives, channel defaults, door types, per-wall error isolation, and return value. It lacks output schema details but none is provided. Adequate for a complex mutation tool.

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%, and the description adds meaning beyond the schema: explains coordinate system ('absolute canvas pixels'), summarizes channel type options and defaults, clarifies door state values, and notes that 'omitted channels default to blocking'. This aids understanding beyond raw schema.

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 it creates WALL segments on a scene, specifying 'surgical additions' to existing walls. It distinguishes from walls 'normally drawn in the app or shipped by a map pack', and contrasts with sibling tools like 'update-walls' and 'delete-walls'.

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?

Provides clear context: 'surgical additions (block a corridor, add a door/secret door)' to existing walls. Sibling tools don't create walls, so usage is implied. No explicit when-not-to-use or alternatives, but the context is sufficient.

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