MCP Airtable create tool

Hi, I created a simple airtable with 3 columns taskname,duedate, assignee. I created mcp client and mcp server with airtable tools (create, update, search) If i do search it displays data, if i do create its going to create tool and creating a row with autogenerated column. schema is not getting passed from ai agent to mcp client to mcp server.
After execution if i click on mcp tool the response looks like this.


Below is my workflow

Thank you in advance!

Yes, The issue is that the schema from the AI agent isn’t being properly mapped to the MCP Server’s Create tool. You’ll need to manually bind the TaskName, DueDate, and Assignee fields in the MCP input by clicking the + next to each parameter and connecting the AI output.

Also, make sure the field names match exactly with what Airtable expects. Once mapped correctly, the data will flow through and create the record as intended.

Let me know if you want help setting up the bindings!

Thank you for your reply, i tried to put an expression and it didnt work. I selected option to let AI decide the mapping and it worked. Thank you !

Thanks for the update! Glad to hear the AI auto-mapping worked for you. Sometimes manual expressions can get tricky with formatting or context, so letting the model handle it can be a great shortcut.