Soil volume for one or more raised beds (cu ft / cu yd / bag counts) plus a standard 60/30/10 topsoil-compost-aeration mix breakdown.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
length_ft | number | required | Bed length in feet |
width_ft | number | required | Bed width in feet |
height_in | number | optional | Bed height/depth in inches (default 10) |
beds | integer | optional | Number of identical beds (default 1) |
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": "raised_bed", "arguments": {"length_ft": 20, "width_ft": 12}}}'curl -s https://wingmanprotocol.com/tools/raised_bed \
-H 'Content-Type: application/json' \
-d '{"length_ft": 20, "width_ft": 12}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/raised_bed from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).