One specific tool of our MCP server seems to be executed/called in the ChatGPT chat, but it actually isn’t. It worked days before. I even see the input parameters the LLM made in the chats debug browser inspector at the right side. But this call actually never reaches our server, which I can see in the bear HTTP server logs. There is not a single request coming in. But the LLM stays confident and is telling me that the tool was executed and I should see the results on our side.
It looks that some sort of abstraction layer/proxy/sandbox on the side of OpenAI is tricking the LLM of thinking it actually called the tool.
Problem, me as a developer or user, have no feedback at all over this. And of course I would like to have the actual tool really called. ![]()
It worked flawlessly 2 days ago, the problem arose yesterday.
Someone experiences the same issue?
@OpenAI_Support Could you please investigate? It looks like an infrastructural bug on your side. And we cannot submit our App to ChatGPT, if this is not working. It works flawlessly with Claude btw.. Thank you.