Skip to main content
Glama
vehemont

Stardew Save MCP

by vehemont

fishing_xp_forecast

Calculates the number of fish catches needed to reach a target fishing level from your save XP, considering fish quality, difficulty, and catch bonuses.

Instructions

Catches needed to reach a target fishing level from save XP. XP = ((quality+1)*3) + (difficulty/3), x-multipliers stack (see note).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fishNoKnown fish name to look up difficulty, e.g. 'Sturgeon'.
playerNoPlayer/farmhand name; empty = host player.
perfectNoPerfect catch (x2.4).
qualityNoFish quality used in the XP formula.normal
treasureNoCaught a treasure chest (x2.2).
legendaryNoLegendary fish (x5).
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.
difficultyNoFish difficulty 5-110. 0 = look up from `fish`.
target_levelYesGoal fishing level 1-10.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
fishNo
noteNo
errorNo
playerNo
perfectNo
qualityNo
treasureNo
legendaryNo
target_xpNo
current_xpNo
difficultyNo
known_fishNo
target_levelNo
xp_per_catchNo
xp_remainingNo
catches_neededNo
current_fishing_levelNo
Behavior2/5

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

With no annotations, the description carries the full burden. It provides the XP formula and mentions multiplicative stacking, but does not explain how save XP is retrieved, how the save_path parameter is used, or what happens if no save is configured. The note reference is unresolved, leaving behavior partially unspecified.

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 a formula, front-loading the purpose. However, the unresolved note reference ('see `note`') adds an element of confusion and assumes external knowledge, slightly detracting from conciseness.

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 has 9 parameters and an output schema, the description does not explain what the tool returns (e.g., number of catches, detailed breakdown). The formula and stacking info are useful but omit key behavioral details like save file requirements or error handling.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining the XP formula and how multipliers (perfect, treasure, legendary) stack, which clarifies the meaning of those boolean parameters beyond the schema's basic descriptions.

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 calculates 'Catches needed to reach a target fishing level' and provides the XP formula, which is specific and distinguishes it from siblings like 'skill_xp_forecast' or 'fish_available'. However, the reference to a missing note reduces clarity slightly.

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 is given on when to use this tool versus sibling tools like 'skill_xp_forecast' or 'fish_available'. The description does not mention any conditions or exclusions, leaving the agent without context for appropriate invocation.

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