show_tables
List tables in a Databend database with optional filter. Use to discover table names and schemas without modifying data.
Instructions
List available Databend tables in a database (safe operation, not affected by MCP safe mode) Args: database: The database name filter: The filter string, eg: "name like 'test%'"
Returns: Dictionary containing either query results or error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| database | No |