Hi, tried multiple tweaks but the gemini tool node (text) seem broken to me… Other gemini tools are fine for me.
Gemini tool (text) errors no matter the input
If you simply want to send text to Gemini, and you’re not using the flow as a Tool in an Agent, remove the call to $fromAI(…) and replace it with plain text or a standard expression.
Replace this line: ={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('values0_Prompt', ``, 'string') }}
With something like: ={{ $json.inputText || "Hi Gemini, how are you?" }}
Hi, I use MCP server as a tool for my AI Agent workflow. What is the proper way to pass the input in this case if I want to passthrough the ‘values0_Prompt’? The one I included is just a mini version that only included the tool that is broken to me. in the extra context, I use my MCP Gemini Server for multiple workflows so I separate Gemini like that.
Thank you.