Skip to main content
Glama
vehemont

Stardew Save MCP

by vehemont

fish_available

Check which fish are catchable in a Stardew Valley save based on season, weather, and time, with an option to hide fish already caught.

Instructions

Fish catchable under given conditions (defaults to the save's current season, any weather). Each entry lists seasons, weather, locations, time, already-caught.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seasonNo
weatherNo
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.
only_uncaughtNoHide fish the host already caught.
Behavior3/5

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

The description does not disclose its read-only nature or any authentication requirements. With no annotations provided, the description carries the full burden but only mentions defaults and output fields. It is adequate but not comprehensive, lacking details on side effects or data freshness.

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 concise with two sentences. The first sentence states the core purpose and defaults, and the second lists output fields. Every phrase is informative with no waste.

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 tool's simplicity and lack of an output schema, the description provides sufficient context about the output fields. It could be more complete by explicitly stating the return format (e.g., list of fish names), but it is adequate for a basic query tool.

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 value by explaining default behaviors for 'season' (current save's season) and 'weather' (any weather), which compensates for the lack of descriptions in the schema for these parameters. The schema already describes 'save_path' and 'only_uncaught' well.

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 the tool returns fish catchable under given conditions, with explicit defaults. It distinguishes itself from sibling tools like fishing_xp_forecast by focusing on availability rather than experience or pond forecasts.

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 alternatives. The description does not mention any context for choosing this tool over other fishing-related tools, nor does it provide any 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