airtable-filters
Installation
SKILL.md
Airtable MCP Filters
MCP tools that list or display records from tables or interface pages accept an optional filters 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 operator is specified, conditions are combined with AND. The first element in a condition's operands array is always a field ID — look up the table's schema to find field IDs before filtering.
Field type categories
Related skills