Grass seed needed for an area, for a new lawn or overseeding — pounds of seed and 50 lb bag count, with a new-vs-overseed comparison.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
area_sqft | number | required | Area in square feet |
mode | string | optional | 'new' or 'overseed' (default new) |
rate_lb_per_1000 | number | optional | Optional explicit seeding rate (lb per 1,000 sq ft) |
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": "grass_seed", "arguments": {"area_sqft": 100}}}'curl -s https://wingmanprotocol.com/tools/grass_seed \
-H 'Content-Type: application/json' \
-d '{"area_sqft": 100}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/grass_seed from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).