What problem does it solve?
Airtable records and fields are hard to query, validate, and update correctly without risking bad payloads or unintended destructive actions.
Core Features & Use Cases
- Base and Table Discovery: List accessible bases and inspect table schemas (fields, types, and select choices) to prepare accurate requests.
- Record Querying and Reading: Paginate through records, filter via formula, and fetch single records by id; include computed field values when requested.
- Schema-Aware, Guarded Writes: Create, update, attach files, and delete records only with explicit operator grant, with offline field validation against known schema metadata and refusal to write computed/read-only field types.
- Attachment Payload Preparation: Build Airtable attachment payloads from public http(s) URLs with safety checks against private/internal network targets.
Quick Start
Use the airtable skill to list the records in table Pipeline for base appXXXXXXXXXXXXXX that match the filterByFormula Status = 'Active'.