create_world
Generate a new RPG world with custom name, seed, dimensions, and environmental settings for tabletop game sessions.
Instructions
Create a new world in the database with name, seed, and dimensions. Example: { "name": "New World", "seed": "abc", "width": 50, "height": 50 }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| seed | Yes | ||
| width | Yes | ||
| height | Yes | ||
| environment | No | ||
| sessionId | No |