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