MCP Novel Game Server
by gotalab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| select_storyC | Bind a story to the player and return its opening scene. |
| chooseC | Record player's choice within their selected story. |
| load_scene_imageC | Return the image for the player's current story and scene. Resize and compress until data size <= 1MB. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| narrator_prompt | Single system prompt used by the narrator LLM. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| novelgame://stories |
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/gotalab/mcp-novel-game-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server