tickerbot_list_signals_catalog
List all built-in and custom signal definitions, including metadata like coverage, history, and category. Use it to identify valid signal names and q= clauses before running a scan.
Instructions
List the unified signal catalog: every built-in column on the schema (kind: builtin) plus the caller's custom signals (kind: expression). Built-in rows carry the audited spec metadata — description, category, update cadence, ticker coverage (ticker_scope), history depth (history/history_since), queryable resolutions, and asset classes. Use to discover what q= clauses and signal names are available before composing a scan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by kind. Omit for both. (`custom` is accepted as a legacy alias of `expression`.) | |
| limit | No | Page size for custom slice. Max 200. Default 50. | |
| cursor | No | Opaque cursor. |