Skip to main content
Glama
vehemont

Stardew Save MCP

by vehemont

sprinkler_plan

Determine the number of sprinklers and materials required to water a specified number of tilled tiles, based on your save's crafting capabilities and chosen sprinkler type.

Instructions

Sprinklers + materials to water tiles, and whether the save's bars can build them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tilesYesNumber of tilled tiles to water.
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.
sprinklerNoSprinkler type (coverage 4/8/24).Quality

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
errorNo
tilesNo
shortfallNo
sprinklerNo
buildable_nowNo
coverage_eachNo
materials_neededNo
materials_on_handNo
sprinklers_neededNo
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It only hints at output (materials and affordability check) without details on side effects, limitations, or return format. The output schema exists but the description does not complement it.

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?

Single sentence covering core functionality. No unnecessary words. Could be slightly more structured, but effective.

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?

The description covers the main purpose but omits details like output interpretation or edge cases. Given the output schema exists, it is partially complete but leaves the agent to infer return values.

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 description coverage is 100%, so the baseline is 3. The description ties parameters together but adds minimal new semantic meaning beyond what is already in the schema (e.g., tiles, sprinkler type).

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 clearly states the tool's purpose: providing sprinkler and material requirements to water a given number of tiles, and checking affordability. However, it does not explicitly distinguish from sibling planning tools like crop_planner or processing_planner.

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 other planning tools. The description lacks context about prerequisites, alternatives, or typical use cases.

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