Skip to content

Airtable

Data · 17 actions · connect by signing in

Connect in dashboardsign infrom API spec

Actions

A sample of the 17 Airtable actions. Each keeps the schema of the real API.

  • airtable.list_recordsread
  • airtable.get_recordread
  • airtable.create_recordwrite
  • airtable.list_tablesread
  • airtable.get_tableread
  • airtable.create_tablewrite
  • airtable.delete_recorddelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list records", "app": "airtable" }
execute_tool
{ "name": "airtable.list_records",
  "fields": ["id"] }