Skip to main content
Glama

execute_workflow

Automate multi-step RPG operations like creating parties, setting up encounters, or populating villages using predefined templates or custom inline workflows.

Instructions

Execute a workflow from a template or inline definition.

Workflows automate multi-step operations like creating a full party, setting up an encounter, or populating a village.

Example - Execute starter_party template: { "template": "starter_party", "params": { "partyName": "The Brave Ones" } }

Example - Execute inline workflow: { "workflow": { "name": "Quick Fight", "description": "Setup a quick goblin fight", "steps": [ { "name": "create_goblins", "tool": "batch_create_characters", "params": { "characters": [ { "name": "Goblin 1", "characterType": "enemy" }, { "name": "Goblin 2", "characterType": "enemy" } ] } } ] } }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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/Mnehmos/rpg-mcp'

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