N8n mcp is not executing multiple function calls at the same time

Bug Description

When i use mcp trigger in my n8n , and in your tools i put some “Call another workflow” tools , and call more than 1 at the same time, i get this error :

Image

1- tool :

Image

2- tool :

Image

3- tool

Image

So in above example, the first tool get an error , and the 2 a 3 tools works well… But in this case of the example , the tool number 1 actually executed, but still I got the error, and i belive that this error maybe interrupt the tool response to my agent, even the tool executing.

This error in print are the error that a get in Ai Agent , but for example when i try to search this executions in mcp trigger workflow i only found the tools that had no error. But when i got to Tools Worflows , i can found the execution that get’s error, but it works fine … i really don’t know what it happens in this case …

Image

And in some cenarios even though it gives an error, it runs the tool, but sometimes not … and i really don’t know what to do , because i need multiple tool calling , but with this error is very unreliable… Someone know what this is can be ?

Observations: i use n8n queue mode , but i try to use n8n regular mode and n8n cloud to test , and all of that get the same result.

To Reproduce

all the infos are on description

Expected behavior

all the infos are on description

Operating System

ubuntu 22.04

n8n Version

1.88.0

Node.js Version

22.14.0

Database

PostgreSQL

Execution mode

queue

Hi,

Does the scenario that is failing have any wait items in it? Possibly even human confirmation (send and wait)? Nested sub workflow?

Reg
J.

I got the same problem here. Not using wait nodes…

handle your error from the sub workflow back to the main workflow or use an error handler there

the error are on 2 print screen . ( in sub node don’t appear the error only here)

in this case no

some guys helped me in github , this way works for me , but i want that the n8n developers fix it , because the solution is a way around the problem.

The answer

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.