FY
Fryd - Your Garden Companion
/search_planting_plans
Search Planting Plans
Search Fryd garden planting plan templates. Extracts crop names, light conditions and ground type from the user prompt to find matching plans. Use search_crops
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 /search_planting_plans for me.
Input
| Field | Type | Description |
|---|---|---|
| planTheme | string | Optional garden theme or plan style (e.g. "Mediterranean", "raised bed", "balcony", "green |
| cropNames | array | Specific crop or plant names mentioned by the user, e.g. ["tomato", "basil"] |
| lightDemand | string (sunny | halfShady | shady) | Light condition of the garden if mentioned by the user |
| groundType | string (light | medium | heavy) | Soil/ground type if mentioned by the user |
| locale | string (de | en) | Language for the search — affects crop name matching and template text search. Use "de" fo |
| limit* | integer | Number of results to return (1-5) |
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":"/search_planting_plans","input":{"limit":1}}'cli
npx cracked-ai run -p mcp-app-fryd-mcp-server -e /search_planting_plans -i '{"limit":1}'mcp
run_tool({ provider: "mcp-app-fryd-mcp-server", endpoint: "/search_planting_plans", input: {"limit":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.