search_tables
Locate tables or columns by searching for a specific keyword in your SQLite database. Ideal for efficient data discovery without manual browsing.
Instructions
Search for tables or columns containing a specific keyword
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"title": "Keyword",
"type": "string"
}
},
"required": [
"keyword"
],
"title": "search_tablesArguments",
"type": "object"
}