load_campaign
Utilize this tool to load a specific Dungeons & Dragons campaign into the MCP server, enabling efficient management of characters, quests, and session tracking. Specify the campaign name to initiate the process.
Instructions
Load a specific campaign.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Campaign name to load |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Campaign name to load",
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}