mcp_search_comprehensive
Search SQL Server database objects by name and definition using configurable criteria to find tables, views, procedures, and other database elements.
Instructions
Search across database objects by name and definition with configurable criteria
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Search pattern or text to find | |
| object_types | No | Types of objects to search in | |
| search_in_names | No | Whether to search in object names | |
| search_in_definitions | No | Whether to search in object definitions/source code |