list_qql_functions
List all QQL function signatures available in TimeBase, filterable by category (stateless/stateful) or specific function ID to discover supported functions for queries.
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. 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 |