Skip to content

Instantly share code, notes, and snippets.

@holc7
holc7 / gist:12c22dd87669c8764da8f02c1a85542a
Created August 31, 2025 14:41
airtable-n8n-mcp-workflow.json
{
"nodes": [
{
"parameters": {
"toolDescription": "Creates a custom table with user-specified name and fields. For advanced users who want additional tables.\n\n{\n \"name\": \"Bookings\",\n \"fields\": [\n {\"name\": \"Name\", \"type\": \"singleLineText\"},\n {\"name\": \"Phone Number\", \"type\": \"phoneNumber\"},\n {\"name\": \"starttime\", \"type\": \"dateTime\", \"options\": {\"dateFormat\": {\"name\": \"european\"}, \"timeFormat\": {\"name\": \"24hour\"}, \"timeZone\": \"utc\"}},\n {\"name\": \"endtime\", \"type\": \"dateTime\", \"options\": {\"dateFormat\": {\"name\": \"european\"}, \"timeFormat\": {\"name\": \"24hour\"}, \"timeZone\": \"utc\"}},\n {\"name\": \"eventid\", \"type\": \"singleLineText\"},\n {\"name\": \"Service\", \"type\": \"singleLineText\"},\n {\"name\": \"Status\", \"type\": \"singleSelect\", \"options\": {\"choices\": [{\"name\": \"confirmed\"}, {\"name\": \"cancelled\"}, {\"name\": \"completed\"}]}},\n {\"name\": \"Notes\", \"type\": \"m