btt_get_variable
Retrieve the current value of a BetterTouchTool variable, including built-in system variables or user-defined custom variables, to access dynamic system information.
Instructions
Get the value of a BTT variable.
BTT has many built-in variables (like BTTActiveAppBundleIdentifier)
and supports user-defined variables.
Args:
params: Variable name and type (string or number).
Returns:
Current value of the variable.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |