This topic was automatically generated from Slack. You can find the original thread here.
Hi Team,
I’m integrating with Pipedream connect where an user was connected successfully to gmail app. And when I tried using it through openai, I’m getting below errors: MCP error -32602: Tool configure_component not found, MCP error -32602: Tool begin_configuration_gmail-find-email not found. Pasting the piece of code in the thread . Any help in fixing this or pointers would be really helpful. Thanks!!
How do i do that ? I see that its mentioned here to reload the tools .
Should i make the same request again with a conversation_id so that pipedream will determine that ?
Got it. This makes sense and we are manually handling all tool calling. But in my use case, I’m letting the openai itself automatically chose the tool and execute it. And i want a control on what tools should be gone to openai, is there anyway to do it ?
Like I have a usecase of only reading emails , reading user profile. Is there anyway that i can show only these two tools to LLM and process my query ? Without bloating up my context.