list_stored_procedures
List all stored procedures in a database, optionally filtered by schema, to identify available database routines for querying.
Instructions
List all stored procedures in a database, 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) |