Skip to main content
Glama
DangerBlack

Fantasy World MCP Simulator

by DangerBlack

createCraft

Create new fantasy items, weapons, artifacts, and books with AI-generated names and descriptions for your world.

Instructions

Create a new craft/item/heritage object. AI should generate creative names and descriptions for magical items, weapons, books, artifacts, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the craft (e.g., "Sword of Dawn", "Tome of Ancient Secrets", "Dragonhide Barricade")
rarityYesRarity level
effectsNoSpecial effects or properties (e.g., "+3 damage", "grants night vision")
worldIdYesWorld ID
categoryYesType of craft
isHiddenNoIf true, the item is hidden/lost (location unknown)
locationNoCurrent location (optional)
descriptionYesDetailed description of the item and its properties
requiredResourcesNoResources needed to create (e.g., {iron: 50, magic: 30})
requiredTechLevelYesMinimum technology level required (0-10)
creatorPopulationIdYesID of population that created this
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing side effects and behaviors. It only states the action and creative guidance, omitting important details like prerequisites, persistence, required relationships, or what the response contains. This leaves significant behavioral aspects undisclosed.

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 two sentences, with the core action front-loaded in the first sentence and practical AI guidance in the second. It is efficient and free of unnecessary fluff, achieving perfect conciseness.

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

Completeness2/5

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

For a complex creation tool with 11 parameters (7 required) and no output schema or annotations, this description is insufficient. It fails to explain overall behavior, prerequisites like the existence of the world or population, return value, or side effects. The schema covers individual parameters but not the operational context.

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 schema provides thorough descriptions for all 11 parameters (100% coverage), placing the baseline at 3. The description adds slight value by instructing AI to generate creative names and descriptions, which guides the 'name' and 'description' parameters, but it does not further clarify the other parameters beyond 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 'Create a new craft/item/heritage object' with examples like magical items, weapons, books, artifacts, which identifies the action and resource specifically. This distinguishes it from sibling tools such as listWorlds or completeQuest, which have different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for creating new craft items and instructs AI to generate creative names/descriptions, but it does not explicitly discuss when to use this tool versus alternatives or when not to use it. The context is present but not detailed enough to provide clear exclusions.

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/DangerBlack/fantasy-world-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server