Airtable
Airtable REST API via curl. Records CRUD, filters, upserts.
📖 Guide
Load with skill_view("airtable"). Work with Airtable's REST API directly via `curl` using the `terminal` tool. No MCP server, no OAuth flow, no Python SDK — just `curl` and a personal access token.
🔧 How To
Skill sections: Airtable — Bases, Tables & Records, Prerequisites, API Basics, Field Types (request body shapes), Common Queries, List bases the token can see.
⚠️ Pitfalls
- **`filterByFormula` MUST be URL-encoded.** Field names with spaces or non-ASCII also need encoding (`{My Field}` → `%7BMy%20Field%7D`). Use Python stdlib (pattern above) — never hand-escape. - **Empty fields are omitted from responses.** A missing `"Assignee"` key doesn't mean the field doesn't exist — it means this record's value is empty. Check the schema (step 3) before concluding a field is
Related Skills
More skills in Productivity