describe_trigger
Retrieve detailed information about a specific SQL Server trigger, including its definition and associated events, to understand database automation behavior.
Instructions
Get detailed information about a specific trigger including its definition and events
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| triggerName | Yes | Name of the trigger to describe | |
| includeDefinition | No | Include the trigger definition (default: true) |