Skip to main content
Glama

D&D MCP Server

update_character_hp

Track and update character hit points in Dungeons & Dragons campaigns. Input character name, current HP, and optional max and temporary HP for accurate in-game health management.

Instructions

Update character hit points.

Input Schema

NameRequiredDescriptionDefault
current_hpYesCurrent hit points
max_hpNoMaximum hit points
nameYesCharacter name
temp_hpNoTemporary hit points

Input Schema (JSON Schema)

{ "properties": { "current_hp": { "description": "Current hit points", "minimum": 0, "title": "Current Hp", "type": "integer" }, "max_hp": { "anyOf": [ { "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": null, "description": "Maximum hit points", "title": "Max Hp" }, "name": { "description": "Character name", "title": "Name", "type": "string" }, "temp_hp": { "default": 0, "description": "Temporary hit points", "minimum": 0, "title": "Temp Hp", "type": "integer" } }, "required": [ "name", "current_hp" ], "type": "object" }

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