list_qql_functions
List QQL function signatures available on the connected TimeBase server. Filter by function ID or category (stateless, stateful, all) to inspect supported operations.
Instructions
List QQL function signatures supported by the connected TimeBase server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Function category to return | all |
| function_id | No | Optional exact QQL function id to return, e.g. ABS or SMA. Letters, digits and underscores only. When provided, TimeBase filters overloads server-side. | |
| instance_key | No | TB instance key. Required when multiple TimeBase instances are configured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stateful | No | ||
| stateless | No | ||
| function_count | No | ||
| overload_count | No |