Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- list_bases — List the bases the token can reach.
- list_tables — List the tables in a base.
- describe_table — Read a table schema and its fields.
- list_records — List records from a table.
- search_records — Search records in a table.
- get_record — Read a single record.
- create_record — Create a record.
- update_records — Update one or more records.
- delete_records — Delete one or more records.
- create_field — Add a field to a table.







