list_functions
Retrieve all user-defined functions from a SQL Server database, including scalar and table-valued types, by specifying schema, function type, or connection details.
Instructions
List all user-defined functions (scalar, table-valued, etc.)
Input 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) | |
functionType | No | Filter by function type (default: ALL) | |
schema | No | Schema name (default: dbo) |