search_columns
Find database columns by name across PostgreSQL tables. Specify a search term to locate columns with matching names, optionally filtering by schema.
Instructions
Search for columns by name across all tables.
Args:
search_term: Column name pattern to search (case-insensitive)
schema: Optional schema to limit search (default: all user schemas)
Returns:
List of matching columns with table informationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_term | Yes | ||
| schema | No |