Tool Execution Failed: Error: tool 'name' not found in any workbench #6812
Unanswered
Alex-Wenner-FHR
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is saying that the model called a tool "local_tool_name", yet such tool does not exist. How many tools do you have in total in all workbenches? Having too many tools sometimes confuse model. |
Beta Was this translation helpful? Give feedback.
1 reply
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 am using a combination of MCP workbench and StaticWorkbench where static workbench are just locally defined tools. I keep seeeing this error however when calling StaticWorkbench tools.
Tool Execution Failed: Error: tool 'local_tool_name' not found in any workbench
. But MCP calls work just fine. Am I doing something incorrectly here?I am passing multiple mpc stdio params in which is why my MCPWorkbench looks this way. You could simplify it with one and still am seeing the same issue.
I am on latest, 0.6.4
@ekzhu @victordibia
Beta Was this translation helpful? Give feedback.
All reactions