Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 502 Bytes

File metadata and controls

12 lines (10 loc) · 502 Bytes

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