List Stored Procedures
list_stored_proceduresRetrieve a list of stored procedures and functions from a SQL Server database, including basic metadata like name and schema, with optional filter for system objects.
Instructions
List all stored procedures, functions, and their basic information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| includeSystemObjects | No | Include system stored procedures (default: false) |