list_stored_procedures
Discover and analyze stored procedures and functions in Microsoft SQL Server. Retrieve basic details like schema, name, and type, with options to include system objects or specify a connection.
Instructions
List all stored procedures, functions, and their basic information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
connectionString | No | SQL Server connection string (uses default if not provided) | |
includeSystemObjects | No | Include system stored procedures (default: false) | |
schema | No | Schema name (default: dbo) |