Find columns
find_columnsSearch for columns by name across all schemas, with an optional type filter, to locate every table that contains a specific column in one call.
Instructions
Search for columns by name across every schema, optionally filtered by type. Use this instead of listing tables when the database is large: searching for "customer_id" finds every table that carries it in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Substring of the column name. Matched case-insensitively. | |
| type | No | Optional substring of the type, for example "uuid" or "timestamp". |