search_schema
Search database schema for a case-insensitive substring. Matches table names, column names, comments, constraints, and indexes. Optionally restrict to a single schema.
Instructions
Search across the schema for a term (case-insensitive substring). Matches table names, column names, table/column comments, constraint names, and index names. Optionally restrict to a single schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Substring to search for (case-insensitive). | |
| schema | No | Restrict the search to this schema. If omitted, searches all non-system schemas. |