AI Agent Tool Calls

Why my agent not calling tool. It is skipping tool call sometimes.

How to force AI Agent to call tool.

If you want the tool to be called every time, I would remove it from the AI agent’s tools list and instead create a separate node to call it before the AI agent node, then include the output in the prompt.

If your goal is to let only the AI agent call the tool, you should write a clear and strict prompt instructing it to use the tool. However, keep in mind that some models have limited capabilities when it comes to tool-calling, so the first step is to choose a model with strong tool-calling abilities.

2 Likes

I have connected the Airtable search records node to AI Agent. Actually, I have to process the input before passing it to the Airtable search record node. So, can’t pass any string directly to it. Which AI models work best in this case, according to you?

You should try the models yourself and see what works best for your specific prompt or use case. I’d just start with GPT-5 Nano and go from there.

Thanks for the response. I will implement & test your suggestions.

1 Like