File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,26 +22,26 @@ The server provides a demonstration prompt:
2222The server offers six core tools:
2323
2424#### Query Tools
25- - ` read-query `
25+ - ` read_query `
2626 - Execute SELECT queries to read data from the database
2727 - Input:
2828 - ` query ` (string): The SELECT SQL query to execute
2929 - Returns: Query results as array of objects
3030
31- - ` write-query `
31+ - ` write_query `
3232 - Execute INSERT, UPDATE, or DELETE queries
3333 - Input:
3434 - ` query ` (string): The SQL modification query
3535 - Returns: ` { affected_rows: number } `
3636
37- - ` create-table `
37+ - ` create_table `
3838 - Create new tables in the database
3939 - Input:
4040 - ` query ` (string): CREATE TABLE SQL statement
4141 - Returns: Confirmation of table creation
4242
4343#### Schema Tools
44- - ` list-tables `
44+ - ` list_tables `
4545 - Get a list of all tables in the database
4646 - No input required
4747 - Returns: Array of table names
@@ -53,7 +53,7 @@ The server offers six core tools:
5353 - Returns: Array of column definitions with names and types
5454
5555#### Analysis Tools
56- - ` append-insight `
56+ - ` append_insight `
5757 - Add new business insights to the memo resource
5858 - Input:
5959 - ` insight ` (string): Business insight discovered from data analysis
You can’t perform that action at this time.
0 commit comments