Fryd - Your Garden Companion
FY
Fryd - Your Garden Companion
/check_companion_planting

Companion Planting Check

Check whether two plants are compatible companions in the garden (Mischkultur). Returns compatibility (good/neutral/bad), and lists good and bad neighbours for

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 /check_companion_planting for me.

Input

FieldTypeDescription
plant1stringName of the first plant, e.g. "Tomato", "Cucumber". Either plant1 or cropId1 is required.
cropId1integerCrop ID of the first plant — skips name search. Use IDs from search_crops or get_seasonal_
plant2stringName of the second plant, e.g. "Basil", "Carrot". Either plant2 or cropId2 is required.
cropId2integerCrop ID of the second plant — skips name search.
localestring (de | en)Language for search and output — "de" or "en". 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":"/check_companion_planting","input":{}}'
cli
npx cracked-ai run -p mcp-app-fryd-mcp-server -e /check_companion_planting -i '{}'
mcp
run_tool({ provider: "mcp-app-fryd-mcp-server", endpoint: "/check_companion_planting", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.