palworld-save-mcp
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 |
|---|---|
| inspect_palworld_saveC | Performs a comprehensive 8-point diagnostic on a Palworld save directory. Checks container integrity, host slot 00000000000000000000000000000001 co-op migration reset, WorldOption.sav server INI conflict, and backup presence. |
| check_migration_readinessA | Checks if a Palworld save is ready for migration from 4-player co-op to a Linux/Windows Dedicated Server, flagging the 0000...0001 host reset bug. |
| check_server_overrideA | Checks if WorldOption.sav is present in the save directory, which overrides PalWorldSettings.ini on dedicated servers. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
inspect_palworld_save is a comprehensive 8-point diagnostic that explicitly covers migration reset and WorldOption.sav override checks, so its scope subsumes check_migration_readiness and check_server_override. This creates real ambiguity about which tool an agent should call for a specific check.
All three tools follow a consistent snake_case verb_noun pattern: inspect_palworld_save, check_migration_readiness, and check_server_override. The verbs inspect and check are near-synonyms, but the structural pattern is uniform and predictable.
Three tools is a reasonable size for a focused Palworld save diagnostic server, and none feel gratuitous. However, the count is slightly padded because two tools are effectively narrower versions of checks already inside the comprehensive inspector.
The toolset covers the main diagnostic concerns: container integrity, migration readiness, the host-slot reset bug, WorldOption.sav conflicts, and backup presence. However, it only inspects and never performs a migration, creates a backup, or provides remediation actions, leaving the workflow with a notable dead end for agents tasked with actually migrating a save.