Enables comprehensive interaction with the Airtable Web API to manage bases, tables, and records. It supports advanced features like batch record operations, CSV import/export, attachment uploads, and webhook management.
Execute API calls to external platforms (Airtable, GitHub, Slack, etc.) with scoped permissions and optional human approval. Blocks until approval or returns pending status.
Retrieve rows from a table with pagination and filter by column values using operators such as equals, contains, or is_empty, applying multiple filters with AND logic.
Configures ticketing providers like Jira, GitHub, or ServiceNow by linking to stored secrets, enabling ticket management without raw credential exposure.
Retrieve the JSON schema of all fields in a specified database to provide AI models with the expected data structure for accurate processing and analysis.
Generate a new record in a datasheet by extracting key information from user input. Convert provided text into a JSON object based on a predefined schema for structured data storage.
Delete a field from an Airtable table with name verification. Requires exact field name for safety; deletion is irreversible. Checks for dependencies and refuses unless force is specified.