chore: Update README.md, move docs to directory

This commit is contained in:
Chris Coutinho
2025-09-11 17:28:13 +02:00
parent 2cd91ceee7
commit b3cd2ace34
9 changed files with 350 additions and 318 deletions
+12
View File
@@ -0,0 +1,12 @@
# Tables App
### Tables Tools
| Tool | Description |
|------|-------------|
| `nc_tables_list_tables` | List all tables available to the user |
| `nc_tables_get_schema` | Get the schema/structure of a specific table including columns and views |
| `nc_tables_read_table` | Read rows from a table with optional pagination |
| `nc_tables_insert_row` | Insert a new row into a table |
| `nc_tables_update_row` | Update an existing row in a table |
| `nc_tables_delete_row` | Delete a row from a table |