Feature Request
Description
Add a filter_table_names tool that allows users to search for tables by substring matching, similar to the functionality provided by mcp-alchemy.
Use Case
When working with databases that have many tables (especially those with common prefixes like wp_, pre_, django_), it's often necessary to quickly find tables related to a specific domain or feature.
Currently, users must:
- Call
schema_<db_id> to get all tables
- Manually scan through the full list
Feature Request
Description
Add a
filter_table_namestool that allows users to search for tables by substring matching, similar to the functionality provided by mcp-alchemy.Use Case
When working with databases that have many tables (especially those with common prefixes like
wp_,pre_,django_), it's often necessary to quickly find tables related to a specific domain or feature.Currently, users must:
schema_<db_id>to get all tables