list_functions
Retrieve user-defined functions from SQL Server databases to analyze database structure and identify available functions for queries.
Instructions
List all user-defined functions (scalar, table-valued, etc.)
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') | |
| schema | No | Schema name (default: dbo) | |
| functionType | No | Filter by function type (default: ALL) |