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
CHANGELOG gets a new 2.5.0 section covering the 9 record template tools and
the round-4 user-report fixes carried in. Root + mcp-server READMEs bump
total to 61, expand Schema Read to 9, add a Record Templates (8) section.
Webview Settings descriptions updated for read/table-write/table-destructive
to reflect the new tool roster.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/mcp-server/README.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ The official Airtable MCP is a thin wrapper over the public Web API. That API
91
91
npx airtable-user-mcp
92
92
```
93
93
94
-
That's it. Your MCP client connects via **stdio** and gets access to all 52 tools.
94
+
That's it. Your MCP client connects via **stdio** and gets access to all 61 tools.
95
95
96
96
---
97
97
@@ -208,7 +208,7 @@ Add the `airtable` entry to `mcpServers`:
208
208
}
209
209
```
210
210
211
-
Save, then **fully quit and reopen Claude Desktop** (closing the window is not enough). A hammer/plug icon in the chat input confirms the server is connected — click it to see the 52 tools.
211
+
Save, then **fully quit and reopen Claude Desktop** (closing the window is not enough). A hammer/plug icon in the chat input confirms the server is connected — click it to see the 61 tools.
212
212
213
213
</details>
214
214
@@ -231,7 +231,7 @@ Verify:
231
231
claude mcp list
232
232
```
233
233
234
-
You should see `airtable: npx -y airtable-user-mcp - ✓ Connected`. Start a Claude Code session in that directory and the 52 tools are available.
234
+
You should see `airtable: npx -y airtable-user-mcp - ✓ Connected`. Start a Claude Code session in that directory and the 61 tools are available.
235
235
236
236
</details>
237
237
@@ -332,9 +332,9 @@ npx airtable-user-mcp --help Show this help
332
332
333
333
---
334
334
335
-
## Tools (52)
335
+
## Tools (61)
336
336
337
-
### Schema Read (8)
337
+
### Schema Read (9)
338
338
339
339
| Tool | Description |
340
340
|:-----|:------------|
@@ -346,6 +346,7 @@ npx airtable-user-mcp --help Show this help
346
346
|`get_view`| Read a single view's full state — filters, sorts, grouping, visibility, description |
347
347
|`validate_formula`| Validate a formula expression before applying |
348
348
|`list_view_sections`| List sidebar sections for a table with their view membership |
349
+
|`list_record_templates`| List record templates (saved row scaffolds) for a table |
349
350
350
351
### Table Management (3)
351
352
@@ -402,6 +403,21 @@ npx airtable-user-mcp --help Show this help
402
403
|`move_view_to_section`| Move view INTO a section, OUT to ungrouped, reorder within a section, or reorder sections among each other |
403
404
|`delete_view_section`| Destroy a section. Contained views are auto-promoted to ungrouped at the section's former position |
404
405
406
+
### Record Templates (8)
407
+
408
+
Saved row scaffolds Airtable surfaces under "+ Add record" and the row-create extension. Cell values can be static, linked rows, or references to other templates.
409
+
410
+
| Tool | Description |
411
+
|:-----|:------------|
412
+
|`create_record_template`| Create a new record template (client-side `rtp...` ID) |
413
+
|`rename_record_template`| Rename a template |
414
+
|`update_record_template_description`| Set or clear a template's description |
415
+
|`set_record_template_cell`| Set a cell value — `static` (text/number/select), `linkedRows`, or `linkedTemplates`|
416
+
|`set_record_template_visible_columns`| Choose which columns the template surfaces in its UI |
417
+
|`duplicate_record_template`| Clone an existing template |
418
+
|`apply_record_template`| Apply a template to create a new record using its cell defaults |
0 commit comments