list_functions
Retrieve a list of user-defined functions in a database, filtered by schema or function type.
Instructions
List all user-defined functions in a database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name | |
| schema | No | Filter by schema name | |
| function_type | No | Filter by function type: 'scalar', 'table', or 'all' | all |