list_functions
List all user-defined functions in a database, optionally filtered by schema, including scalar, inline table-valued, and multi-statement table-valued functions.
Instructions
List all user-defined functions in a database (scalar, inline table-valued, and multi-statement table-valued), optionally filtered by schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name to filter by (e.g. dbo) | |
| database | No | Database name (defaults to the configured default database) |