db_search
Search a database schema using natural language queries to find tables and columns matching a concept. No database connection required—uses a local snapshot.
Instructions
Search the database schema by natural language query. Finds tables and columns matching a concept (e.g. "user permissions", "image generation prompts", "article cover"). No DB connection needed — searches the local snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query (e.g. "tables related to authentication", "columns storing timestamps", "cover image generation settings") | |
| limit | No | Maximum number of results to return (default: 10) |