Skip to main content
Glama
vehemont

Stardew Save MCP

by vehemont

overview

Retrieve headline state from a Stardew Valley save: farm name, players, in-game date, shared money, lifetime earnings, deepest mine level, and game version.

Instructions

Headline state: farm name, players, in-game date, shared money, lifetime earnings, deepest mine level, game version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
save_pathNoPath to a save file OR a save folder (e.g. .../Saves/Farm_123 or .../Saves/Farm_123/Farm_123). Leave empty to use the save configured at server startup (--save/--save-dir or SDV_SAVE_PATH/SDV_SAVE_DIR). The server never auto-discovers saves; one must be configured or passed explicitly.
Behavior2/5

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

No annotations provided, so the description must convey behavioral traits. It lists what fields are returned but does not state that the operation is read-only, has no side effects, or requires specific permissions. The parameter description hints at save configuration but is not part of the main description.

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

Conciseness5/5

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

The description is a single, well-structured sentence that lists the fields. It is concise with no redundant information, and the key purpose is front-loaded.

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

Completeness3/5

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

Given the tool's simplicity and no output schema, the description covers the returned fields adequately. However, it lacks behavioral context (e.g., read-only nature, dependency on save configuration) and does not clarify what constitutes a 'headline' selection versus other reports.

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?

Schema coverage is 100%, so the parameter is already described in the input schema. The description adds no semantic value about how 'save_path' affects the output or how to use it.

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 it provides 'headline state' of the farm, listing specific fields. This clearly indicates the tool returns a summary overview, but does not explicitly differentiate it from siblings like 'full_report' or 'daily_briefing' that might also provide summary data.

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 guidance on when to use this tool versus alternatives. It does not mention prerequisites, context, or when not to use it. Given many sibling tools with similar scope, this is a significant gap.

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

Install Server

Other Tools

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/vehemont/sdv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server