types
List custom type definitions (e.g., above unit types) configured in academy settings to obtain type IDs for use as filters in other tools.
Instructions
List custom type definitions configured in the academy settings. Returns type enumerations such as Above Unit types, which define the organizational hierarchy levels. Use this to discover available type IDs that can be used as filters in other tools (e.g. type_id parameter in the aboves tool).
Sub-actions:
list: List all configured type definitions in the academy.
Returns JSON: { data, _meta: { tool, action, returned, truncated? } }. When truncated is true, apply filters or pagination params to narrow results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The sub-action to perform: 'list' to retrieve type definitions |