get_human_design_definition
Retrieve Human Design definitions and meanings for components including type, authority, profile, gates, channels, and centers to understand your energetic blueprint.
Instructions
Получить определения и значения в Human Design
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes | Компонент Human Design для определения |
Input Schema (JSON Schema)
{
"properties": {
"component": {
"description": "Компонент Human Design для определения",
"enum": [
"type",
"authority",
"profile",
"gates",
"channels",
"centers"
],
"type": "string"
}
},
"required": [
"component"
],
"type": "object"
}