From your last spring frost date, get a per-crop schedule: when to start seeds indoors, when to plant out, and approximate harvest start.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
last_frost | string | required | Last spring frost date, ISO format e.g. '2026-04-15' |
crops | array | optional | Optional crop names to include; omit for the full set |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "garden_planting_calendar", "arguments": {"last_frost": "example"}}}'curl -s https://wingmanprotocol.com/tools/garden_planting_calendar \
-H 'Content-Type: application/json' \
-d '{"last_frost": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/garden_planting_calendar from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).