list_functions
Discover functions and procedures in a PostgreSQL schema to understand available database operations and their signatures.
Instructions
List all functions and procedures in a schema.
Args:
schema: Schema name (default: public)
Returns:
List of functions with name, arguments, and return typeInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | public |