Replies: 1 comment
-
Things to check1. Inspect the tool schemaList and inspect the 2. Check your n8n MCP node configIn the n8n MCP Client Tool:
3. Minimal repro testTry calling If you're doing a lot of MCP + Jira/Confluence experiments and don't want to keep debugging client-side validation mismatches like this, I've also had good luck testing and hosting MCP servers through MCPfy, it gives you a UI to inspect tool schemas, run test calls, and validate arguments before wiring them into clients like n8n. It's helped me catch these exact "unexpected keyword argument" issues earlier.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using n8n with the MCP Client Tool and want to use the mcp-atlassian server to connect to Jira & Confluence Data Center. Well, connection works, but I have some missmatch. Anyone an idea?
Error calling tool 'search': 4 tool_manager.py:129 mcp_atlassian | validation errors for mcp_atlassian | call[search] mcp_atlassian | sessionId mcp_atlassian | Unexpected keyword argument
╭─ Traceback (most recent cal─╮
│ /app/.venv/lib/python3.10/s │
│ ite-packages/fastmcp/tools/ │
│ tool_manager.py:120 in │
│ call_tool │
│ │
│ 117 │ │ │ raise Not │
│ 118 │ │ │
│ 119 │ │ try: │
│ ❱ 120 │ │ │ return aw │
│ 121 │ │ │
│ 122 │ │ # raise ToolE │
│ 123 │ │ except ToolEr │
│ │
Beta Was this translation helpful? Give feedback.
All reactions