Airtable MCP Filters MCP tools that list or display records from tables or interface pages accept an optional parameter, using the same schema. When querying records from an interface page, these filters are combined with the page's built-in filters using AND. Schema shape When no top-level is specified, conditions are combined with AND. The first element in a condition's array is always a field ID — look up the table's schema to find field IDs before filtering. Field type categories - Text-like : singleLineText, multilineText, email, url, phoneNumber, richText, barcode - Numeric : number, pe…