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.”
i think it would be great for each tool, on the tool description you explain what it can do explicitly, what can it calls, what filter can it do, which kind of data are you looking for, when, which field is an array and not, something like that
i think that would significantly reduce any error that you will get in the future.