Node Error: MCP Server calling Slack
Error message
Error during node execution: filters.types.join is not a function
Debugging:
Used Claude desktop calling the MCP server to debug.
According to it:
“The error occurs because the Slack API expects the types
parameter to be passed as a comma-separated string, but the node is trying to call .join()
on a value that isn’t an array.”
Share the output returned by the last node
Environment details:
- n8n version: 1.94.1 (Cloud)
- n8n webapp (MacOS)