Skip to main content
Glama
vehemont

Stardew Save MCP

by vehemont

crop_planner

Calculate which crops fully mature in the remaining season days and rank them by profit per tile, with optional budget, fertilizer, and quality weighting for optimal planning.

Instructions

Which crops fully mature in the window and profit per tile. Tiller +10% auto-applied. Base prices unless quality_weighted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoHow many crops to return.
budgetNoGold budget for the best-crop tile calc. 0 = skip.
seasonNo
days_leftNoDays remaining in the season. 0 = derive from save date.
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.
fertilizerNoFertilizer level for quality weighting: 0 none, 1 Basic, 2 Quality, 3 Deluxe.
quality_weightedNoWeight prices by expected crop quality (uses best farming level + fertilizer).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
cropsNo
budgetNo
seasonNo
days_leftNo
note_emptyNo
tiller_appliedNo
best_crop_tiles_affordableNo
Behavior3/5

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

With no annotations provided, the description partially compensates by mentioning the Tiller +10% auto-application and the base prices default. However, it does not disclose whether the tool modifies any data, requires specific permissions, or is read-only. More behavioral context would be beneficial.

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 extremely concise, consisting of two short sentences that convey the core functionality without any redundant or extraneous information. It is well front-loaded.

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

Completeness4/5

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

Given the 7 parameters, 0 required, high schema coverage (86%), and the presence of an output schema, the description is sufficiently complete. It explains the main goal and key behaviors, though additional details about the output format could be mentioned but are not necessary due to the output schema.

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

Parameters4/5

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

The description adds meaning beyond the input schema by clarifying that 'base prices' are used unless 'quality_weighted' is enabled, and that Tiller +10% is automatically applied. This enriches the parameter semantics, especially given the high schema coverage (86%).

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

Purpose5/5

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

The description clearly states it determines which crops fully mature within a given window and calculates profit per tile. It specifies the Tiller profession bonus auto-applied and the use of base prices unless quality_weighted is enabled. This clearly defines the tool's purpose and distinguishes it from other crop-related tools.

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

Usage Guidelines3/5

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

The description implies the tool is used for crop planning but does not provide explicit guidance on when to use this tool over alternatives like 'crop_quality_odds' or 'sprinkler_plan'. It lacks when-not-to-use or exclusion criteria.

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