MCP Dungeon Game
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| init_gameA | 新しいゲームを初期化します。セーブファイルと暗号化キーを作成します。他の操作の前に必須です。 |
| create_playerA | 名前を付けて新しいプレイヤーキャラクターを作成します。ゲームごとに一度だけ実行できます。 |
| view_statusC | キャラクターの状態、ステータス、装備、現在の活動を表示します。 |
| view_inventoryC | インベントリ内のすべてのアイテムを表示します。 |
| equip_itemC | インベントリからアイテムを装備します。アイテムIDはview_inventoryで確認できます。 |
| unequip_itemB | 特定のスロットからアイテムを外してインベントリに戻します。 |
| list_dungeonsC | 利用可能なすべてのダンジョンとその情報を一覧表示します。 |
| dungeon_infoC | 特定のダンジョンの詳細情報を取得します。 |
| start_dungeonC | ダンジョンの探索を開始します。時間ベースの活動なので、後で確認する必要があります。 |
| check_progressC | 現在のダンジョン探索の進行状況を確認します。完了している場合は結果を処理します。 |
| view_battle_logC | 探索中のダンジョンの詳細な戦闘ログを表示します。 |
| equip_holding_itemC | インベントリから持ち物を装備します。持ち物には薬草(HP回復)やおまもり(イベント回避)があります。 |
| unequip_holding_itemB | 特定のスロットから持ち物を外してインベントリに戻します。 |
| shop_inventoryA | ショップで販売中の商品一覧を表示します。装備と持ち物アイテムを購入できます。探索中でも閲覧可能ですが、購入は待機中のみです。 |
| buy_itemA | ショップからアイテムを購入します。ゴールドを消費してインベントリに追加されます。探索中は購入できません。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bellsanct/mcp-dungeon-game'
If you have feedback or need assistance with the MCP directory API, please join our Discord server