list_all_models
Retrieve all 120 HUMMBL mental models with basic information, optionally filtered by transformation type to support problem-solving and decision-making.
Instructions
Retrieve complete list of all 120 HUMMBL mental models with basic information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transformation_filter | No | Optional filter by transformation type |
Input Schema (JSON Schema)
{
"properties": {
"transformation_filter": {
"description": "Optional filter by transformation type",
"enum": [
"P",
"IN",
"CO",
"DE",
"RE",
"SY"
],
"type": "string"
}
},
"type": "object"
}