{"schemaVersion":"1.0","app":{"name":"Greenpert","url":"https://greenpert.6x7.gr","description":"Cannabis strain breeding simulator: predict crosses, find best pairings, get grow advice."},"agentEndpoint":"https://greenpert.6x7.gr/v1/agent","capabilities":[{"name":"simulate_cross","description":"Simulate a breeding cross between two named strains for a goal (default high-yield) and predict yield, potency, flowering time and plant height.","parameters":{"type":"object","properties":{"strainA":{"type":"string","description":"First parent strain name."},"strainB":{"type":"string","description":"Second parent strain name."},"goal":{"type":"string","description":"Goal id: high-yield, max-potency, cbd-rich, fast-flower, balanced."}},"required":["strainA","strainB"]},"confirm":false},{"name":"find_best_cross","description":"Search strain pairings and propose the best crosses for a goal (default high-yield). Optionally limit candidates to specific strain names.","parameters":{"type":"object","properties":{"goal":{"type":"string","description":"Goal id, e.g. high-yield."},"candidates":{"type":"array","items":{"type":"string"},"description":"Optional strain names to restrict the search to."},"topN":{"type":"number","description":"How many results to return (default 3)."}}},"confirm":false},{"name":"grow_recommendations","description":"Get growing recommendations for the offspring of a cross, including predicted plant height range and training advice.","parameters":{"type":"object","properties":{"strainA":{"type":"string","description":"First parent strain name."},"strainB":{"type":"string","description":"Second parent strain name."},"goal":{"type":"string","description":"Goal id (default high-yield)."}},"required":["strainA","strainB"]},"confirm":false}]}