Skip to content

Feature Request: Add filter_table_names tool for substring-based table name search #54

Description

@startle09

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:

  1. Call schema_<db_id> to get all tables
  2. Manually scan through the full list

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions