Pipedream Google Sheets MCP is failing to insert rows

I’m using pipedream MCP and trying to add multiple rows. I’m passing an array of arrays with the data, along with instructions to the MCP request. It successfully creates a new spreadsheet but then fails at the step of adding rows to the spreadsheet with the following error:

An error occurred while calling the tool: AI_ToolExecutionError: Error executing tool configure_props_google_sheets-add-multiple-rows_props: Cannot read properties of undefined (reading 'id')

This seems like a bug with the pipedream code? Even the tool call fails it shouldn’t be a type error like this right?