What is the correct executeTool format in n8n to use with mcp-atlassian? #392
Unanswered
mateus-nogueira-matrix
asked this question in
Q&A
Replies: 1 comment
-
How did you integrate this with n8n? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m able to use
listTools
in n8n without any issues. However, when usingexecuteTools
, the command often runs but nothing happens—there’s no output or error. I’m using the following format:Tool Name
{{ $fromAI('tool', 'selected tool to execute') }}
Tool Parameters
{{ $fromAI('Tool_Parameters', '', 'json') }}
Is there something wrong with this approach, or is there a more reliable way to execute tools?
Beta Was this translation helpful? Give feedback.
All reactions