list_databases
List ClickHouse databases with optional LIKE and NOT LIKE pattern filters. Supports single or multiple patterns for flexible filtering.
Instructions
List available ClickHouse databases
Args: like: Optional LIKE pattern(s) to filter database names. Can be a single string or list of strings. Multiple patterns are combined with OR logic. not_like: Optional NOT LIKE pattern(s) to exclude database names. Can be a single string or list of strings. Multiple patterns are combined with OR logic.
Returns: JSON array of database names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| like | No | ||
| not_like | No |