Skip to main content
Question

How to ensure Claude checks for the required fields of a table when creating a record

  • April 3, 2026
  • 3 replies
  • 15 views

Ruchika_Abbi1
Forum|alt.badge.img+17

I want to use the Claude - Airtable connector in my team which allows them to create records from within claude. I want to make sure that when they are creating a record, for eg. a Task, they are asked to give all the information that is required for my processes. I don’t see how I can set the SOP when allowing them to create/edit from claude. 

3 replies

BillH
Forum|alt.badge.img+24
  • Brainy
  • April 3, 2026

I don’t have an answer but I believe I will need one myself, so thank you ​@Ruchika_Abbi1 for asking and I will monitor this thread.

 

The response I got from Claude was “Unfortunately, Airtable's API doesn't expose which fields are marked as "required" in the schema metadata — that's a configuration set in the Airtable UI but not returned through the API.”


coderkid
Forum|alt.badge.img+4
  • Participating Frequently
  • April 3, 2026

 @Ruchika_Abbi1 and ​@BillH, Here is what you are looking for ​
...

https://support.airtable.com/docs/using-the-airtable-mcp-server


nroshak
Forum|alt.badge.img+10
  • Inspiring
  • April 3, 2026

@BillH I think Claude’s wording is a little misleading here. We can’t mark a field as “required” in a table itself, in Airtable. That’s something we would do in a Form or an Interface. 

@Ruchika_Abbi1 You could create a Project in Claude and give it custom instructions that tell it to make sure the necessary fields are filled out. For example, here I told it to require two fields in a test table: 

Then, when I chat with the Project, it will only add a record if I specify the Status: 

 

This won’t be as foolproof as creating an Interface or a Form would be. Claude can make mistakes, and could let some records in without a Status. To guard against this, you could add an automation to the table to handle any records that were added without info in your required fields.

 

Hope that helps,

Natalka