Skip to content

Commit 33cf149

Browse files
authored
Merge pull request #4 from OpenLinkSoftware/kidehen-patch-4
Update README.md
2 parents bf82359 + ea5c42b commit 33cf149

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ Once connected, you can interact with your WhatsApp contacts through Claude, lev
9595

9696
|name|description|
9797
|---|---|
98-
|get_qualifiers|Retrieve and return a list of all database qualifier for the connected DBMS|
99-
|get_schemas|Retrieve and return a list of all schema names from the connected database.|
100-
|get_tables|Retrieve and return a list containing information about tables whose names contain the substring 'q' in the format [{'schema': 'schema_name', 'table': 'table_name'}, {'schema': 'schema_name', 'table': 'table_name'}].|
101-
|describe_table|Retrieve and return a dictionary containing the definition of a table, including column names, data types, nullable, autoincrement, primary key, and foreign keys|
102-
|filter_table_names|Retrieve and return a list containing information about tables whose names contain the substring 'q' in the format [{'schema': 'schema_name', 'table': 'table_name'}, {'schema': 'schema_name', 'table': 'table_name'}].|
98+
|get_schemas|List database schemas accessible to connected database management system (DBMS).|
99+
|get_tables|List tables associated with a selected database schema.|
100+
|describe_table|Provide the description of a table associated with a designated database schema. This includes information about column names, data types, nulls handling, autoincrement, primary key, and foreign keys|
101+
|filter_table_names|List tables, based on a substring pattern from the `q` input field, associated with a selected database schema.|
103102
|query_database|Execute a SQL query and return results in JSONL format.|
104103
|execute_query|Execute a SQL query and return results in JSONL format.|
105104
|execute_query_md|Execute a SQL query and return results in Markdown table format.|

0 commit comments

Comments
 (0)