list_triggers
List all user-defined triggers in a Firebird database. Optionally filter by table name using a case-insensitive regex.
Instructions
List all user-defined triggers formatted as 'TRIGGER_NAME (on TABLE_NAME)'. database: key from list_databases. filter: optional case-insensitive regex applied to the full formatted string — e.g. pass 'on INVOICES' to see only triggers on a specific table. Pass just the trigger name (without the suffix) to get_trigger_source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | ||
| filter | No |