list_procedures
Retrieve all stored procedures and their parameters from a database source to identify available database operations for execution.
Instructions
Lists all stored procedures in a database source with their parameters. Use 'execute_procedure' to run one.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_name | Yes | The name of the database source |