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.
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.
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.
Retrieve all accessible workspaces for the currently authenticated user using the AITable MCP Server. Facilitates workspace management and access control.
Retrieve and manage records from specified AITable datasheets with pagination, field filtering, sorting, and formula-based filtering. Enables precise data extraction and organization for enhanced analysis.
Retrieve specific node types like datasheets, forms, or folders from a workspace using filters such as permissions and search queries. Simplify node management in AITable MCP Server.
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.
Reset a view's column layout by hiding all columns and showing only specified field IDs in left-to-right order, with optional freeze of leftmost columns.
Delete a field from an Airtable table using its ID and expected name. Deletion is irreversible and blocked if dependencies exist unless force is enabled.
Update the configuration of any Airtable field, including computed and non-computed types. Supports formula, rollup, lookup, select, number, date, and more, with options to add choices without removing existing ones.