When prompting the agent to utilize an MCP tool, it has a hard time figuring out how to use the tool. I gave it a prompt like this:
@link-to-honeybadger-fault
@Branch
Please review this PR's changes. You can use the Honeybadger MCP server to look up details on the provided fault, and determine if these changes are a good fix.
The agent proceeds to look all over the place to try and find the MCP tool to use. This took about five minutes before it finally figured it out. (see screenshot)
Steps to Reproduce
Give the AI agent a link to a Honeybadger fault and instruct it to use the Honeybadger MCP server integration to fetch information about it
Expected Behavior
The agent should know what MCP servers and tools it has available without having to do an exhaustive search in weird places.
This is a known issue: the Agent sometimes doesn’t detect available MCP tools right away, even when the server is connected correctly. There are a few similar reports (for example, with Playwright and HuggingFace MCP).
For deeper analysis, could you share:
The Request ID from the problematic interaction (chat context menu > Copy Request ID)
MCP server logs from the Output panel (View > Output > select the MCP server from the dropdown)
This will help engineers understand why the Agent performs an “exhaustive search” instead of using the tool directly.