Skip to main content
Glama
study-flamingo

D&D MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create_campaignC

Create a new D&D campaign.

get_campaign_infoC

Get information about the current campaign.

list_campaignsB

List all available campaigns.

load_campaignC

Load a specific campaign.

create_characterC

Create a new player character.

get_characterC

Get detailed character information.

update_characterC

Update a character's properties.

bulk_update_charactersC

Update properties for multiple characters at once by a given amount.

add_item_to_characterC

Add an item to a character's inventory.

list_charactersB

List all characters in the current campaign.

create_npcC

Create a new NPC.

get_npcC

Get NPC information.

list_npcsB

List all NPCs in the current campaign.

create_locationC

Create a new location.

get_locationC

Get location information.

list_locationsB

List all locations in the current campaign.

create_questC

Create a new quest.

update_questC

Update quest status or complete objectives.

list_questsB

List quests, optionally filtered by status.

update_game_stateC

Update the current game state.

get_game_stateC

Get the current game state.

start_combatC

Start a combat encounter.

end_combatB

End the current combat encounter.

next_turnB

Advance to the next turn in combat.

add_session_noteC

Add notes for a game session.

get_sessionsB

Get all session notes.

add_eventC

Add an event to the adventure log.

get_eventsC

Get events from the adventure log.

roll_diceC

Roll dice with D&D notation.

calculate_experienceC

Calculate experience points for an encounter.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/study-flamingo/gamemaster-mcp'

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