You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mcp-server/src/index.js
+70Lines changed: 70 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -682,6 +682,39 @@ REPLACING ALL CHOICES: just pass the new choices without any IDs.`,
682
682
required: ['appId','fieldId','expectedName'],
683
683
},
684
684
},
685
+
{
686
+
name: 'delete_fields',
687
+
description: 'Delete multiple fields from an Airtable table in a single call. Each entry requires fieldId and expectedName as a safety guard (deletion is refused if names do not match). Fields are processed sequentially and all are attempted even if some fail — partial results are always returned. Optionally writes a JSON checkpoint file after each deletion so the batch can be resumed if interrupted.',
0 commit comments