You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, the tool name is concatenated from its function name/other paths. This can often go over the 64 char limit used in common MCP implementations, which results in errors.
To Reproduce
Try a tool with a name >64 characters with for example n8n or langchain with openai/gpt-4.1-mini. It returns a 400 Provider returned error.
Possible Solution
Allow the user to override the default (concatenated) tool name with a custom name. Or omit some path prefixes.