Skip to main content
Glama
xiongxingzhe

palworld-save-mcp

by xiongxingzhe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation2/5

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.

Naming Consistency5/5

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.

Tool Count4/5

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.

Completeness3/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues