Skip to main content
Glama
vehemont

Stardew Save MCP

by vehemont

villager_schedule

Retrieve a villager's daily schedule from the wiki, matched to your save's date, weather, and heart level to find the correct conditional branch.

Instructions

A villager's daily schedule from the wiki, paired with YOUR save context (current date, weather, and hearts) so you can pick the matching conditional branch. Schedules depend on season/day/weather/hearts/events, so read the wiki text against the context provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
villagerYesVillager name, e.g. 'Abigail'.
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.
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It explains the tool uses save context to filter schedules and is paired with user context, but does not state read-only nature, error handling, or output format.

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?

Two sentences, each earning its place: first defines purpose, second provides usage guidance. No redundancy or filler.

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 no output schema and moderate complexity, the description adequately explains the tool's job but lacks details on return structure or specific behavior when context is missing.

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% with clear parameter descriptions. The tool description adds 'paired with context' but no additional semantic value beyond the schema. Baseline 3 applies.

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?

Describes a specific verb-resource pair: retrieving a villager's schedule and pairing it with save context to pick the correct conditional branch. Clearly distinguishes from sibling wiki tools by emphasizing context integration.

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?

Tells the agent to 'read the wiki text against the context' and mentions dependencies (season, day, etc.), but does not explicitly differentiate from alternatives like wiki_page or daily_briefing.

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