FY
Fryd - Your Garden Companion
/get_seasonal_calendar
Seasonal Calendar
Find out which plants can be sown, pre-cultivated, or harvested in a given month. Optionally adjusted for a specific USDA hardiness zone or region. Returns grou
liveunknown~5s typical
mcpfryd-your
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-fryd-mcp-server /get_seasonal_calendar for me.
Input
| Field | Type | Description |
|---|---|---|
| month* | integer | Month number (1 = January, 12 = December) |
| hardinessZone | string | USDA Plant Hardiness Zone if already known (e.g., "7a", "8b"). Preferred over region — avo |
| region | string | Location or region name to resolve into a hardiness zone (e.g., "Hamburg", "München", "Sou |
| locale | string (de | en) | Language — use "de" for German, "en" for English. Defaults to "en". |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-fryd-mcp-server","endpoint":"/get_seasonal_calendar","input":{"month":1}}'cli
npx cracked-ai run -p mcp-app-fryd-mcp-server -e /get_seasonal_calendar -i '{"month":1}'mcp
run_tool({ provider: "mcp-app-fryd-mcp-server", endpoint: "/get_seasonal_calendar", input: {"month":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.