Skip to main content
Glama
xiongxingzhe

palworld-save-mcp

by xiongxingzhe

inspect_palworld_save

Detect and diagnose Palworld save issues via an 8-point check covering container integrity, co-op migration resets, WorldOption conflicts, and backup presence.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
save_pathYesAbsolute or relative path to the Palworld world save directory containing Level.sav and the Players/ subfolder.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden for behavioral transparency. While it lists the checks performed, it does not disclose whether the tool modifies the save directory, what the output/return format is, or whether it is strictly read-only. This leaves an agent uncertain about side effects and how to interpret results.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with the main purpose front-loaded and the specific checks listed compactly. It is efficient and contains no filler, though it sacrifices some behavioral detail for brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has one parameter and no output schema, so the description must convey enough context for an agent to call it and interpret results. It describes the checks but not the return value, success/failure signals, or whether any side effects occur. For a diagnostic tool this is a notable gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already fully describes the single parameter save_path with 100% coverage, establishing the baseline of 3. The description adds no additional parameter-specific meaning beyond restating that it operates on the save directory.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource, 'comprehensive 8-point diagnostic on a Palworld save directory', and lists specific checks, making the purpose immediately clear. However, it does not explicitly distinguish itself from the sibling tools check_migration_readiness and check_server_override, though the broad scope implies a difference.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is given on when to use this tool versus the siblings. The description implies it is a comprehensive diagnostic but does not state when to prefer it or when to use a narrower sibling tool. An agent would have to infer this from the name and sibling names.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.