Hi Folks, Need your help please. I've created an agent which check my google agenda for today's meeting, using google calendar tool. It works perfectly from the UI, but not at all from a Make scenario while calling the same agent. Error message : Need to check today's calendar events (2025-07-21) using Google Calendar Calendar query failed - will inform user about the issue Does it sound normal ? Is there some limitation that I didn't notice ? If not, can someone point me to the right direction please ? Thanks
Hey Baudouin MARBACH it’s “normal”. The Dust node in Make is not using the new skipToolsValidation (boolean) parameter (that allow to skip the tools validation of the agent message triggered via API). Since Dust haven’t provided yet a new version of this Make “tool” with an input to allow people to turn this true/false... you will have to do an HTTP call by yourself with this param to true. cc Alban, Remi etc
Thanks Greyg Sinigaglia de Malibran I've managed to pass this argument through a HTTP module. Unfortunately something goes wrong while launching the assistant. I'm keep going. Thanks again
Ah maybe because if you run the agent via API connected to a tool/MCP that use personal credential/token instead of global, he cannot make the link between User who performed the API call, so he don’t know what credential to use for the tool (in your ex Calendar)
ah ! okayyy I need to check then this grey zone 😄
Interested to see Dust’s team answer for that too 👀
Thank you both! Greyg's understanding of the situation is right. The team will add the skipToolsValidation in Make once they have some free bandwidth. Important note: in most cases, agent using tools quickly reach Make's max timeout limit (40sec) and fail to run :s
Thanks Remi, and by the way how it’s working for agent that rely on Personal Tools (like G-Calendar) when we trigger them via API ? 👀
I am not sure 🤔
