search_problem_patterns
Find predefined problem patterns with recommended transformations and top mental models to solve specific challenges and improve decision-making.
Instructions
Find predefined HUMMBL problem patterns with recommended transformations and top models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Problem pattern keyword or description |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Problem pattern keyword or description",
"minLength": 3,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}