get_transformation
Retrieve detailed information about a specific transformation and its mental models for problem-solving and decision-making within the HUMMBL framework.
Instructions
Retrieve detailed information about a specific transformation and its models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Transformation key |
Input Schema (JSON Schema)
{
"properties": {
"key": {
"description": "Transformation key",
"enum": [
"P",
"IN",
"CO",
"DE",
"RE",
"SY"
],
"type": "string"
}
},
"required": [
"key"
],
"type": "object"
}