Recommend Framework
recommend_frameworkRecommends business / strategy / risk frameworks for a stated problem. Powered by the Jeda.ai · Visual AI framework knowledge graph (~2,100 frameworks across 19 categories, edge-curated).
Use when the user describes a business problem ("customer churn rising", "evaluating market entry", "need to assess vendor risk") rather than naming a specific framework. Returns top-N frameworks ranked by fit, each with a concrete reason citing the specific problem signals matched.
Input: just the problem statement is enough. Optional faceted filters (persona, regulation, decision_stage) narrow the candidate set. Set limit between 3 and 10 for picker UIs.
Pair with generate_framework_analysis to actually run a recommended framework against the user's inputs.
Example: { "problem_statement": "We need to decide whether to enter the EU SMB market in Q3", "decision_stage": "decide", "limit": 5 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of frameworks to return. Default 5; cap 20. | |
| persona | No | Persona slug (e.g. "ciso", "pm", "cfo"). | |
| regulation | No | Regulation slug (e.g. "sox", "gdpr", "iso-31000"). | |
| decision_stage | No | Decision-lifecycle stage. | |
| problem_statement | Yes | Plain-English description of the business problem. 10–2000 chars. |