sql_list_stored_procs
List every stored procedure in the active SQL Server database, with optional name pattern filtering like 'Get%' to narrow results for debugging and schema inspection.
Instructions
List all stored procedures in the active database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional: filter by name pattern (e.g. 'Get%') |