Airtable merges spreadsheet functionality with database power, enabling teams to organize projects, track tasks, and collaborate through customizable views, automation, and integrations for data management
Creates a new Airtable base with specified tables and fields within a workspace.
Tool to create a comment on a specific Airtable record. Use when adding comments to records, mentioning collaborators using @[userId] syntax, or creating threaded comment replies. Supports optional parentCommentId for threaded conversations.
Creates a new field within a specified table in an Airtable base.
Creates multiple new records in a specified Airtable table.
Creates a new record in a specified Airtable table; field values must conform to the table's column types.
Creates a new record in an Airtable table from a natural language description. Fetches the table schema, uses an LLM to generate the correct field payload, and creates the record with typecast enabled for automatic type conversion.