> ## Documentation Index
> Fetch the complete documentation index at: https://learn.getodin.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Smart Table Manager Toolkit

> Manage structure and data of internal Smart Tables with NoSQL-style capabilities

While the Database Toolkit is for querying, this toolkit is for managing the structure and data of internal Smart Tables. It provides NoSQL-style database capabilities within the platform.

## Tools Overview

<img src="https://mintcdn.com/odinai/JI14YIDoIJKTxHdQ/img/agents-toolkits/17.1.jpg?fit=max&auto=format&n=JI14YIDoIJKTxHdQ&q=85&s=781796b06791df05c4db26d35417c6be" alt="Smart Table Manager configuration with table access and column/row management tools" width="1280" height="628" data-path="img/agents-toolkits/17.1.jpg" />

<img src="https://mintcdn.com/odinai/JI14YIDoIJKTxHdQ/img/agents-toolkits/17.2.jpg?fit=max&auto=format&n=JI14YIDoIJKTxHdQ&q=85&s=230b421dd0d3611a819b683a95f6eb14" alt="Smart Table Manager Table Information and Table Management tools" width="1280" height="322" data-path="img/agents-toolkits/17.2.jpg" />

* **Column Ops**: Add Column, Rename Column, Change Type.
* **Row Ops**: Insert Row, Update Row, Delete Row.
* **Table Ops**: Create Table, Drop Table.
* **Table Info**: Get Schema, List Tables, Get Row Count, Get Table Stats.
* **Data Ops**: Query Rows, Filter Data, Sort Data, Search.

## Supported Data Types & Limits

Supports String, Number, Boolean, Date, JSON, and Reference types. Limits include 100,000 rows per table, 200 columns per table, and 10MB max cell size.
